Simple websocket chat
| priv/static | encrypt/decrypt on frontend | |
| src | encrypt/decrypt on frontend | |
| .gitattributes | gitattributes | |
| .gitignore | rebar init project | |
| LICENSE | Initial commit | |
| README.md | multiple rooms | |
| rebar.config | working ws connection | |
| rebar.lock | cowboy setup | |
secret-chat
IN PROGRESS
todo:
- single room process in pg, send only to it, broadcast to listeners
- better frontend