Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 796 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 796 Bytes

NodeJS Chat with WebSocket

Read Ilya Grigoriks post about WebSocket and Ruby Eventmachine and wanted to do something with WebSocket Since I also wanted to do something with evented I/O with node.js, why not make it super buzzwordy and combine both!

Running

Prequisites:

  1. node.js
  2. Git
  3. Google Chrome (for now - it's the only browser that supports it)

Download the code

git clone git://github.com/bdotdub/nodejs-chat

Run it!

node server/startServer.js

Open up client/chat.html and you're good to go!

Author

Benny Wong - bwong.net