Skip to content
Sections
>> Trisquel >> Packages >> etiona >> ruby >> reel
etiona  ]
[ Source: reel  ]

Package: reel (0.6.1-4)

Celluloid::IO-powered HTTP server

Reel is a fast, non-blocking "evented" web server built on http_parser.rb, websocket_parser, Celluloid::IO, and nio4r. Thanks to Celluloid, Reel also works great for multithreaded applications and provides traditional multithreaded blocking I/O support too.

Connections to Reel can be either non-blocking and handled entirely within the Reel::Server thread (handling HTTP, HTTPS, or UNIX sockets), or the same connections can be dispatched to worker threads where they will perform ordinary blocking IO. Reel provides no built-in thread pool, however you can build one yourself using Celluloid.pool, or because Celluloid already pools threads to begin with, you can simply use an actor per connection.

Other Packages Related to reel

  • depends
  • recommends
  • suggests
  • dep: ruby
    Interpreter of object-oriented scripting language Ruby (default version)
    or ruby-interpreter
    Package not available
  • dep: ruby-celluloid (>= 0.15.1)
    actor-based concurrent object framework for ruby
  • dep: ruby-celluloid-io (>= 0.15.0)
    Ruby library providing an event-driven IO system for Celluloid actors
  • dep: ruby-http (>= 0.6.0~pre)
    easy-to-use client library for making http requests from Ruby
  • dep: ruby-http-parser.rb (>= 0.6.0)
    Simple callback-based HTTP request/response parser
  • dep: ruby-websocket-driver (>= 0.5.1)
    WebSocket protocol handler with pluggable I/O

Download reel

Download for all available architectures
Architecture Package Size Installed Size Files
all 18.5 kB87 kB [list of files]