Registry / web-framework / goliath

goliath

JSON →
library1.0.7rbrubygemsunverified

Async framework for writing API servers

gem install goliath
INSTALL
IMPORT
SIG · GOLIATH
G
goliath
web-frameworkrubyv1.0.7
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.

Goliath
require 'goliath'

Create a simple async API server.

require 'goliath' class Hello < Goliath::API def response(env) [200, {}, ['Hello World']] end end
Debug
Known issues
breakingGoliath requires Ruby 2.7 or earlier; not compatible with Ruby 3.0+
fix
Use an alternative async framework like Falcon or Puma
affects: >= 1.0.0
Upgrade
Version history
1.0.7latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Resources
goliath — gem install goliath · libregistry