modulepackage
0.0.0-20220616105647-5b64ff3010ba
Repository: https://github.com/sharpvik/mess.git
Documentation: pkg.go.dev
# README
Mess
Simple and beautiful chat web app.
Why Mess?
- Deploy with 3 commands (one of which is
git clone
...) - Fast and reliable web client written in Elm
- Hihgly concurrent and blazingly fast Go server
Production Deployment
I made it very simple to setup and use. You shouldn't face any problems at all. Follow the steps:
Clone
git clone [email protected]:sharpvik/mess.git
cd mess
Setup
./setup.sh
Deploy with docker-compose
docker-compose up
Development
If you want to contribute to the project, please see DEVELOP.md
for instructions on how to setup environment for local development.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package server contains all functions and methods for the main server that is the host to all API endpoints and static files for the chat.
No description provided by the author