New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reef

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reef

  • 0.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

reef

Celluloid's Reel, expanded into a framework foundation module. This experimental module ought to both extend Reel, and your own framework or application; it is intended to form a base for diverse addons to Reel, both over and under the request: working with Requests and/or the Responses within Reel.

Comparable functionality would be Rack's middleware for its behavior toward Reel as an extendible handler, and Sinatra / Octarine / Padrino for the HTTP DSL aspect, without those libraries, and using the ultra-fast Reel server.

Intended functionalities to start with:

  • Code Reloading in development environments
  • Session handling
  • HTTP DSL, with:
    • Multiple Routes per end-point
    • Segmenting base routes into multiple handler classes ( i.e. /path/* goes to special handler where /path/endpoint is handled as "/endpoint" )
  • GZIP compression of public/ and dynamically created responses from server
  • public/ handling
  • support something like --daemonize, despite possible limitations ( if platform supports )
  • rolling restarts and code reloading in production environments
  • wrap WebSockets within endpoints without requiring different port or Reel instance

FAQs

Package last updated on 28 Apr 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc