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 Jul 18, 2015
·
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
- Spy: Snoop on traffic to Reel servers
-
Connection Management and Multithreading: How Reel manages connections and how to hand them off to other threads/actors 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