https://github.com/andreas-marschke/mojo-rickshaw
An example in creating client side graphs using rickshaw, backbone.js and mojolicious
https://github.com/andreas-marschke/mojo-rickshaw
Last synced: 3 months ago
JSON representation
An example in creating client side graphs using rickshaw, backbone.js and mojolicious
- Host: GitHub
- URL: https://github.com/andreas-marschke/mojo-rickshaw
- Owner: andreas-marschke
- Created: 2012-12-31T13:47:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T20:14:24.000Z (almost 12 years ago)
- Last Synced: 2025-01-17T09:10:01.344Z (4 months ago)
- Language: JavaScript
- Size: 457 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Using rickshaw and backbone.js with live data
This is an example for using rickshaw.js with Mojolicious and rickshaw.js and backbone.js views.
If you have Mojolicious::Lite installed on your system you can start the server like this:
./mojo-h5bp daemon
and open http://localhost:3000 to view this example in action
## Components
### Server Side
- [Mojolicious::Lite](http://mojolicio.us)
### Client Side
- [jquery](http://jquery.com)
- [underscore.js](http://underscorejs.org)
- [backbone.js](http://backbonejs.org)
- [d3.js](http://d3js.org)
- [rickshaw.js](code.shutterstock.com/rickshaw/)