Skip to content

Latest commit

 

History

History
 
 

derby

Derby TodoMVC Example

MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.

Derby - derbyjs.com

Learning Derby

The Derby website is a great resource for getting started.

Here are some links you may find helpful:

Articles and guides from the community:

Get help from other Derby users:

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Running

Node.js (>=0.8.0) is required to run this app.

To install the dependencies locally, compile the CoffeScript, and run the demo server:

# from labs/architecture-examples/derby
make run

To edit the code while running the demo server:

# from labs/architecture-examples/derby
make

Open up another terminal window:

# from labs/architecture-examples/derby
node server

Open the URL shown.

Deploy on Heroku

To set up a git repository in this subdirectory and setup Heroku, run:

make deploy-setup

To deploy it to Heroku:

make heroku