Registry / web-framework / mongrel

mongrel

JSON →
library1.1.5rbrubygemsunverified

A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.

gem install mongrel
INSTALL
IMPORT
SIG · MONGREL
M
mongrel
web-frameworkrubyv1.1.5
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.

Mongrel
require 'mongrel'

Start a basic Mongrel HTTP server

require 'mongrel' server = Mongrel::HttpServer.new('0.0.0.0', '3000') server.register('/', Mongrel::DirHandler.new('.')) server.run.join
Debug
Known issues
breakingMongrel is no longer actively maintained and may have security issues
fix
Consider using Puma or Unicorn as a modern alternative
affects: >= 1.0.0
Upgrade
Version history
1.1.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

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