A work in progress slack like p2p webchat using webrtc for client to client communication and websocket to enter the network.
Hyper and tungstenite for the server, binary protocol for server/client and client/client communication and wasm for the fron end.
// build
$> make build
// run
$> make run
- websocket with server
- client / client communication
- basic p2p exchange
- self healing network
- private messages
- encryption
- nice ui
- automatic tests