Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 296 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 296 Bytes

websocket-chat

Simple chat application in node.js using websocket library

This is a socket.io like chat example using html5 websocket api on frontend. Insted of using socket.io I used ws library.