EventMachine
EventMachine: fast, simple event-processing library for Ruby programs (by eventmachine)
Opal-Async
Non-blocking tasks and enumerators for Opal. (by AndyObtiva)
EventMachine | Opal-Async | |
---|---|---|
3 | - | |
4,269 | 9 | |
0.1% | - | |
8.7 | 3.3 | |
6 months ago | about 1 year ago | |
Ruby | Ruby | |
Ruby License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
EventMachine
Posts with mentions or reviews of EventMachine.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-07.
-
I don’t get all the hate for PHP and at this point I am too afraid to ask.
You could also use something like EventMachine (In ruby), Twisted (Python), Node (JS) or ReactPHP (for PHP) that will use the language and turn it into a web application server, and then you'll have only one long running process that handle all your requests with shared memory. You could even use something more fancy like RoadRunner in the case of PHP.
-
Newb here: have you written your own web server? Seeking advice
Maybe check out EventMachine. You can roll your own using sockets if you don't want to use a library.
-
Best of (Ruby) Gems Series - What's Next? What's Hot?
EventMachine
Opal-Async
Posts with mentions or reviews of Opal-Async.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Opal-Async yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing EventMachine and Opal-Async you can also consider the following projects:
Async Ruby - An awesome asynchronous event-driven reactor for Ruby.
Polyphony - Fine-grained concurrency for Ruby
Concurrent Ruby - Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.