An attempt at creating a simple chat application in Node.js
0.0.0
Platypus-chat uses the following technologies
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- socket.io - realtime stuff
- Javascript - duh?
git clone git@github.com:wuzzzzaah/platypus-chat.git
cd platypus-chat
npm installnode server.jsMIT