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

https://github.com/danasilver/backbone-socketio-d3-example

Chat example using Backbone, Socket.io, D3 with Node/Express on the backend.
https://github.com/danasilver/backbone-socketio-d3-example

Last synced: 12 days ago
JSON representation

Chat example using Backbone, Socket.io, D3 with Node/Express on the backend.

Awesome Lists containing this project

README

          

## [Backbone](http://backbonejs.org/)-[Socket.io](http://socket.io/)-[D3](http://d3js.org/)-example

### Setup and develop

[npm][1] comes bundled with Node.js v0.6.3 and greater. Install [bower][2] with
`npm install -g bower`.

Install dependencies using [npm][1] and [bower][2]:

```sh
$ npm install
$ bower install
```

Start the server on port 3000:

```sh
$ npm start
```

Alternatively, you can install [nodemon](http://nodemon.io/) with
`npm install -g nodemon`, which will watch for changes and restart the server
automatically. Now run `nodemon app.js` to start the server.

[1]: https://www.npmjs.org/ "npm"
[2]: http://bower.io/ "bower"