Guides
Getting Started
This guide explains how to get started using Falcon to host your Rails application.
Job Processing
This guide explains how to implement background job processing with Falcon and Rails using the async-job gem.
HTTP Streaming
This guide explains how to implement HTTP response streaming with Falcon and Rails.
Server-Sent Events
This guide explains how to implement Server-Sent Events with Falcon and Rails.
WebSockets
This guide explains how to implement WebSocket connections with Falcon and Rails.
Real-Time Views
This guide explains how to implement real-time interfaces with Live::View.