Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.