/node-chat

Primary LanguageJavaScript

Chat app in node.js

A simple chat app using node.js, websockets, Heroku, jQuery, and geolocation.

Demo

Getting started

npm install

Push an existing repository from the command line

git remote add origin git@github.com:jsonwen/node-chat.git
git push -u origin master