Top "Eventmachine" questions

EventMachine is a fast, reactor pattern library for Ruby programs.

Could not bundle install because of 'eventmachine 1.0.3'

$ bundle install Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/Sean/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/…

ruby-on-rails ruby rubygems bundler eventmachine
socket.io and eventmachine in ruby

I am trying out a very basic server/client demo. I am using socket.io on the client(a user …

ruby sockets eventmachine socket.io
Eventmachine start_tcp_server no acceptor - port is in use or requires root privileges (RuntimeError)

I haven't been able to run my local server for 3 days now. Restarting my computer doesn't help. A couple of …

ruby-on-rails git ruby-on-rails-4 localhost eventmachine
How do you spawn an EventMachine "inside" a Rails app?

I've got a Rails application, and am looking to add some sort of WebSocket support to it. From various googling, …

ruby-on-rails ruby ruby-on-rails-3 websocket eventmachine