Registry / web-framework / thin
library2.0.1rbrubygemsunverified

A thin and fast web server.

gem install thin
INSTALL
IMPORT
SIG · THIN
T
thin
web-frameworkrubyv2.0.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.

Thin
require 'thin'

Start a Thin web server that responds with 'Hello'.

require 'thin' Thin::Server.start('0.0.0.0', 3000) do run lambda { |env| [200, {'Content-Type' => 'text/plain'}, ['Hello']] } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
thin — gem install thin · libregistry