https://github.com/monkeymars/nodejs-chat
Simple app to toy around with WebSockets and node.js
https://github.com/monkeymars/nodejs-chat
Last synced: 9 months ago
JSON representation
Simple app to toy around with WebSockets and node.js
- Host: GitHub
- URL: https://github.com/monkeymars/nodejs-chat
- Owner: monkeymars
- Fork: true (bdotdub/nodejs-chat)
- Created: 2012-12-18T16:02:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-09T23:42:33.000Z (about 14 years ago)
- Last Synced: 2024-10-02T07:57:05.684Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)