This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Home
Tony Arcieri edited this page Sep 15, 2013
·
20 revisions
- 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
- HTTPS: Transport Layer Encryption support of Reel's HTTP connections
-
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
- Reel::Rack Wiki: Information about using Reel with Rack, including running Rails on Reel!
- Webmachine Adapter: examples and usage for running Webmachine applications running on Reel