Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 196 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 196 Bytes

erlang-html5-chatroom

一个聊天室demo,用来测试html5 websocket 和 erlang 的通信

服务端

编译:

cd server

erlc *.erl

运行: erl 1>chatroom:start(9000).