-
Notifications
You must be signed in to change notification settings - Fork 0
Resources
EventMachine
- Introduction to EventMachine
- http://confreaks.com/videos/555-scotlandruby2011-introduction-to-eventmachine-and-evented-programming
Fibers
-
Fibers Doc
-
Fibers & Cooperative Scheduling in Ruby
-
http://www.igvita.com/2009/05/13/fibers-cooperative-scheduling-in-ruby/
-
Untangling Evented Code with Ruby Fibers
-
http://www.igvita.com/2010/03/22/untangling-evented-code-with-ruby-fibers/
Goliath
-
Goliath: Non-blocking, Ruby 1.9 Web Server
-
http://www.igvita.com/2011/03/08/goliath-non-blocking-ruby-19-web-server/
-
Stage left: Enter Goliath
-
em-synchrony (repo)
-
goliath (repo)
-
goliath docs
-
Goliath - Middleware (wiki)
-
Goliath - Timeline of events in a Goliath Server (MUST READ)
-
Deploying goliath app to Heroku
-
http://www.igvita.com/2011/06/02/0-60-deploying-goliath-on-heroku-cedar/
-
Goliath and Redis
-
Testing Goliath
Backbone.js
-
Backbone + Goliath
-
http://www.jamesyu.org/2011/01/27/cloudedit-a-backbone-js-tutorial-by-example/
-
Backbone fundamentals
-
https://github.com/addyosmani/backbone-fundamentals/blob/master/book.md
-
Testing Backbone
-
http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html
Misc