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

  • 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

Rack Adapter

Webmachine Adapter

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