Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharpvik/mess
Simple and beautiful chat web app
https://github.com/sharpvik/mess
chat chat-application database database-management database-migrations elm elm-lang functional functional-programming go golang mess web web-application webapp websockets
Last synced: 26 days ago
JSON representation
Simple and beautiful chat web app
- Host: GitHub
- URL: https://github.com/sharpvik/mess
- Owner: sharpvik
- License: mpl-2.0
- Created: 2020-10-29T04:16:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T10:56:47.000Z (over 2 years ago)
- Last Synced: 2024-09-30T05:23:00.739Z (about 1 month ago)
- Topics: chat, chat-application, database, database-management, database-migrations, elm, elm-lang, functional, functional-programming, go, golang, mess, web, web-application, webapp, websockets
- Language: Elm
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/password.go
Awesome Lists containing this project
README
# Mess
Simple and beautiful chat web app.
![Signup page](doc/media/signup.png)
## Why Mess?
1. Deploy with 3 commands (one of which is `git clone`...)
2. Fast and reliable web client written in Elm
3. 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
```bash
git clone [email protected]:sharpvik/mess.git
cd mess
```### Setup
```bash
./setup.sh
```### Deploy with `docker-compose`
```bash
docker-compose up
```## Development
If you want to contribute to the project, please see [`DEVELOP.md`](DEVELOP.md)
for instructions on how to setup environment for local development.