Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 316 Bytes

socket.io-chat-demo

This is an example of how easy it is to create realtime chat with Socket.io

How to run it

git clone https://github.com/tysoncadenhead/socket.io-chat-demo
cd socket.io-chat-demo
npm install
node server

Then go to http://localhost:4000 in your browsers and chat with yourself.