Project
Reverse Dependencies for eventmachine
The projects listed here declare eventmachine as a runtime or development dependency
0.01
RabbitMQ's access control capabilities are rather limited. RabbitCage enables fine-grained permission setups, you define which user can perform which AMQP method on which class.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
Rack middleware for building multi-protocol streaming rack endpoints
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
Framework for building bot applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Lets you run node.js apps without the node native runtime using V8, therubyracer and a pure ruby native runtime using Eventmachine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
EventMachine Mail Agent for SMTP and IMAP
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
Submit Resque queue lengths to Cloudwatch
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
REST service interface definition, mixing, and evolution. Supports mixed http and xmpp servers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
RightAgent provides a foundation for running an agent on a server to interface
in a secure fashion with other agents in the RightScale system using RightNet,
which operates in either HTTP or AMQP mode. When using HTTP, RightAgent
makes requests to RightApi servers and receives requests using long-polling or
WebSockets via the RightNet router. To respond to requests it posts to the
HTTP router. When using AMQP, RightAgent uses RabbitMQ as the message bus and
the RightNet router as the routing node to make requests; to receives requests
routed to it by the RightNet router, it establishes a queue on startup. The
packets are structured to invoke services in the agent represented by actors
and methods. The RightAgent may respond to these requests with a result packet
that the router then routes to the originator.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
RightPopen allows running external processes aynchronously while still
capturing their standard and error outputs. It relies on EventMachine for the
asynchronous popen call but EM is not required for synchronous popen.
The Linux implementation is valid for any Linux platform but there is also a
native implementation for Windows platforms.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
RightPopen allows running external processes aynchronously while still
capturing their standard and error outputs. It relies on EventMachine for most
of its internal mechanisms. The linux implementation is valid for any linux
platform but there is also a native implementation for Windows platforms.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Pure Ruby client that can send RPC calls to an Erlang node
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Provides asynchronous connections to Solr
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
RSpec extension library for Cramp.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
RSpec extensions for testing EventMachine code
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Sekka is a SKK like input method. Sekka server provides REST Based API. If you are SKK user, let's try it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
SMTP Proxy for Amazon Simple Email Service with bounce and complaints support
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.01
Automatically run common development tasks on events, as prescribed in a local .sidekick file. Easy, powerful DSL. Powered by EventMachine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
Easy authentication to an LDAP server(s)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
WebSocket component for Sinatra RocketIO
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.01
Skyfall is a Ruby library for connecting to the "firehose" of the Bluesky social network, i.e. a websocket which
streams all new posts and everything else happening on the Bluesky network in real time. The code connects to the
websocket endpoint, decodes the messages which are encoded in some binary formats, and returns the data as Ruby
objects, which you can filter and save to some kind of database (e.g. in order to create a custom feed).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity