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.
- Host: GitHub
- URL: https://github.com/moonhighway/backbone-chat
- Owner: MoonHighway
- License: other
- Created: 2015-03-16T22:38:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T18:00:11.000Z (over 9 years ago)
- Last Synced: 2025-05-12T14:04:55.015Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
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)