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
- Host: GitHub
- URL: https://github.com/newfront/svcc_application
- Owner: newfront
- Created: 2011-10-04T00:14:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-09T00:47:39.000Z (over 14 years ago)
- Last Synced: 2025-01-29T23:26:19.979Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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