Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 379 Bytes

websockets-chat-sample

This is a HTML Websockets Chat, it emulates an IRC chat (with a XChat look), can be used to learn how websockets work.

Start the server:

node server.js

Once you start it, you can open index.html in your browser to test the chat.

wschat.mp4