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.
Audit
Dependencies
No dependency data recorded yet.