Top "Eventmachine" questions

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

gem eventmachine fatal error: 'openssl/ssl.h' file not found

Just installed El Capitan and can't install gem eventmachine 1.0.7. openssl is at 1.0.2a-1. Tried to use --with-ssl-dir but it seems …

ruby macos openssl homebrew eventmachine
Eventmachine gem install fail

I am not able to install eventmachine Ok I know this has been asked quite a lot, but no solutions …

ruby eventmachine
What is the difference between event driven model and reactor pattern?

From the wikipedia Reactor Pattern article: The reactor design pattern is an event handling pattern for handling service requests delivered …

events design-patterns twisted eventmachine
EventMachine: "`start_tcp_server': no acceptor (port is in use or requires root privileges)"

When I try and run the server with EventMachine::run I keep getting the error saying that the port is …

ruby tcp port eventmachine
Rails - cannot run app: Unable to load the EventMachine C extension;

When I run an app on Lion OS X, I get this error: Unable to load the EventMachine C extension; …

ruby-on-rails ruby bundler eventmachine
Any success with Sinatra working together with EventMachine WebSockets?

I have been using Sinatra for sometime now and I would like to add some realtime features to my web-app …

ruby sinatra websocket rack eventmachine
How do EventMachine & Rails integrate?

I've found plenty of articles showing me what EventMachine is and how to set up endless "Hello World!" examples, but …

ruby-on-rails eventmachine
EventMachine vs Node.js

I'm going to develop a collaborative site, and one of the features will be collaborative editing with realtime changes. i.…

ruby-on-rails node.js eventmachine event-driven commonjs
Rails/Ruby Error When Creating Database: Unable to load the EventMachine C extension

Update: the eventmachine gem is installed and in my gemfile: eventmachine (1.0.0, 0.12.10) Please help! Trying to create a database with the …

ruby-on-rails ruby rubygems gem eventmachine
Error installing EventMachine gem on OSX Yosemite

Here is the full output of the error message: Fetching: eventmachine-1.0.3.gem (100%) Building native extensions. This could take a while... …

ruby-on-rails ruby gcc osx-yosemite eventmachine