Simple chat application written in Go and JavaScript programming languages with Redis as a session storage and RethinkDB as a main data storage.
- Docker
- Docker Compose
- Run
docker-compose up
- Navigate in browser to
localhost:7070
- Docker
- Go
- Gnu Make
- Start Infrastructure (RethinkDB and Redis):
make deps
- Build frontend
make fe-all
- Start backend:
make be-all
- Navigate in browser to
localhost:7070