Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 431 Bytes

Readme.md

File metadata and controls

20 lines (13 loc) · 431 Bytes

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
  1. Open the web browser to: http://localhost:3210