Registry / web-framework / rocketio

rocketio

JSON →
library0.4.4rbrubygemsunverified

Simple routing library.

gem install rocketio
INSTALL
IMPORT
SIG · ROCKETIO
R
rocketio
web-frameworkrubyv0.4.4
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.

RocketIO
require 'rocketio'

Define and call routes with a simple router.

require 'rocketio' router = RocketIO::Router.new router.get('/hello') { |params| 'Hello World' } puts router.call('GET', '/hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
rocketio — gem install rocketio · libregistry