Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 209 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 209 Bytes

WebSocket chat

Simple web-chat written on Erlang and based on WebSockets as transport layer.

Extra goal (not done): do it without cowboy. :)

Build

$ make compile

Run

$ make start