A chat application built with Node.js + Websocket.
- send message
- support local area network users
- download the code then extract
- modify index.html
socket = io.connect('http://your IP Address :8080');
- run node server
- people should open your browser and visit
your IP:8080
- have fun :)