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

https://github.com/moonhighway/backbone-chat

A chat application built with Backbone js and Socket io. This is a simple appliaiton designed ot be used as an exercise in MoonHighway ILT training.
https://github.com/moonhighway/backbone-chat

Last synced: 10 months ago
JSON representation

A chat application built with Backbone js and Socket io. This is a simple appliaiton designed ot be used as an exercise in MoonHighway ILT training.

Awesome Lists containing this project

README

          

Backbone Chat
=============
A chat application built with Backbone js and Socket io. This is a simple application designed to be used
as a hands on exercise in ILT training.

Installation
------------
1. Install the dependencies

$ npm install

2. Run the application

$ npm start

or run with node-dev using:

$ npm run devstart

3. Open the web browser to: [http://localhost:3210](http://localhost:3210)