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

https://github.com/newfront/svcc_application

Source Code and Files for the Web Socket I/O presentation by Scott Haines
https://github.com/newfront/svcc_application

Last synced: about 1 year ago
JSON representation

Source Code and Files for the Web Socket I/O presentation by Scott Haines

Awesome Lists containing this project

README

          

Code and Notes for WebSocket I/O with Ruby EventMachine
- October 8th, 2011 - 1:45, Scott Haines

Covering
1. RVM - using rvm gemsets with .rvmrc (http://beginrescueend.com/) - triggering use of custom rvm gemsets from within github repo
2. Gemfile (for bundle install) (gem install bundler)
3. Ruby EventMachine (http://eventmachine.rubyforge.org/EventMachine.html)
4. em-websocket (gem), em-http-request (gem) usage, patterns
5. JSON object serialization
6. Concurrent Programming in Ruby
7. Autonomous Communication

Pre-Requisites
1. rvm

Installing
1. accept the .rvmrc
2. sudo gem install bundler
3. bundle install