Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monkeymars/nodejs-chat

Simple app to toy around with WebSockets and node.js
https://github.com/monkeymars/nodejs-chat

Last synced: 3 months ago
JSON representation

Simple app to toy around with WebSockets and node.js

Awesome Lists containing this project

README

        

NodeJS Chat with WebSocket
==========================

Read Ilya Grigoriks [post](http://www.igvita.com/2009/12/22/ruby-websockets-tcp-for-the-browser/)
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](http://nodejs.org/), why not make it super buzzwordy and combine
both!

Running
-------

Prequisites:

0. [node.js](http://nodejs.org/)
1. [Git](http://git-scm.com/)
2. [Google Chrome](http://www.google.com/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](http://bwong.net/)