1 repositorio
Frameworks for building responsive, non-blocking Ruby applications.
Distinct from Ruby Frameworks: Distinct from general Ruby web frameworks: focuses on the asynchronous execution model rather than HTTP request handling.
Explore 1 awesome GitHub repository matching web development · Asynchronous Frameworks. Refine with filters or upvote what's useful.
This project is a framework for building concurrent, event-driven applications in Ruby. It provides a core engine that orchestrates non-blocking input and output operations, allowing developers to handle high-volume network traffic and system tasks without the complexity of traditional callback-based programming. By leveraging lightweight fibers, the library enables cooperative multitasking that maintains responsiveness during heavy data processing workloads. The framework distinguishes itself through a structured concurrency model that organizes tasks into parent-child hierarchies. This appr
Provides a framework for building concurrent, event-driven Ruby applications using non-blocking I/O.