Registry / web-framework / reel
library0.6.1rbrubygemsunverified

An HTTP server built on Celluloid::IO for concurrent request handling.

gem install reel
INSTALL
IMPORT
SIG · REEL
R
reel
web-frameworkrubyv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reel
require 'reel'

Start a basic HTTP server on port 3000.

require 'reel' Reel::Server.supervise('0.0.0.0', 3000) do |connection| connection.each_request { |request| request.respond :ok, 'Hello' } end sleep
Debug
Known issues
breakingRequires Celluloid::IO, which may have compatibility issues with Ruby 3.0+.
fix
Use an alternative HTTP server like Puma or Thin for newer Ruby versions.
affects: >= 0.6.0
Upgrade
Version history
0.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
reel — gem install reel · libregistry