1
0
Fork
You've already forked secret-chat
0
Simple websocket chat
  • Erlang 100%
2026年01月23日 15:28:16 +01:00
priv/static encrypt/decrypt on frontend 2026年01月23日 15:24:26 +01:00
src encrypt/decrypt on frontend 2026年01月23日 15:24:26 +01:00
.gitattributes gitattributes 2026年01月23日 15:28:16 +01:00
.gitignore rebar init project 2025年11月04日 16:24:31 +01:00
LICENSE Initial commit 2025年11月03日 16:19:15 +01:00
README.md multiple rooms 2026年01月22日 17:31:51 +01:00
rebar.config working ws connection 2026年01月22日 17:17:52 +01:00
rebar.lock cowboy setup 2025年11月04日 17:01:10 +01:00

secret-chat

IN PROGRESS

todo:

  • single room process in pg, send only to it, broadcast to listeners
  • better frontend