Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
Tony Arcieri edited this page Sep 15, 2013 · 20 revisions

Ruby API

  • Frequently Asked Questions: Have a question? Start here maybe!
  • Basic Usage: Simple, easy-to-use API for launching Reel directly from Ruby
  • Subclassing Reel::Server: Create your own HTTP server from a Reel::Server base (Advanced Usage)
  • Requests: Handling incoming requests and stream their request bodies
  • Responses: Sending responses back to clients, potentially streaming data in the process
  • WebSockets: Information for using Reel's native Websockets support

Leveraging Celluloid

  • Connection Management: How Reel manages connections and handing them off with Reel::Connection#detach
  • Fault Tolerance: Use Celluloid's built-in supervision support to handle server crashes

Rack Adapter

Webmachine Adapter

  • Webmachine Adapter: examples and usage for running Webmachine applications running on Reel
Clone this wiki locally