Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 286 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 286 Bytes

Intruduce

This is simple chatroom base on WebSocket.

demo

Usage

run server

$ cd server && npm start 

run client

$ cd client && npm start