Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 197 Bytes

File metadata and controls

4 lines (2 loc) · 197 Bytes

Web CLI Chatroom

The idea is to use websockets to create a web based cli like chatroom. We will use socket.io for the websocket implementation and localStorage to handle credentials and so on.