Skip to content

dzaporozhets/ruby-node-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ToDo list built using ruby (sinatra) and node.js built as a demo for a presentation at http://www.rubyconfuruguay.com.

Try it online: http://todo.outboxlabs.com/

Get it:

    git clone git://github.com/federomero/ruby-node-sample.git --recursive

Run node server

    cd node
    node server.js

Run sinatra

    cd sinatra
    rackup
  

About

Simple real time todo list using sinatra and node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.8%
  • Ruby 36.2%