Registry / web-framework / strelka

strelka

JSON →
library0.19.3rbrubygemsunverified

Strelka is a framework for creating and deploying Mongrel2 web applications in Ruby.

gem install strelka
INSTALL
IMPORT
SIG · STRELKA
S
strelka
web-frameworkrubyv0.19.3
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.

Strelka
require 'strelka'

Create a simple Strelka web application.

require 'strelka' class MyApp < Strelka::App def handle_request(request) return [200, {}, ["Hello, World!"] end end MyApp.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
strelka — gem install strelka · libregistry