🚀 Ruby on Rails on Falcon

Discover the power of high-performance web applications with this comprehensive collection of Falcon examples. Each demo showcases different aspects of Falcon's async architecture and real-time capabilities.

QR Code to Falcon Examples

🎯 Interactive Examples

Explore each example to understand how Falcon excels in different scenarios:

HTTP response streaming with progressive rendering. Perfect for live logs, progress indicators, and real-time data feeds.

HTTP Streaming Progressive Rendering

Real-time multi-user chat with WebSocket and Redis pub/sub. Demonstrates excellent concurrent connection handling.

WebSocket Redis Pub/Sub Multi-user

Interactive "Robot Finds Kitten" game with real-time input processing and Live::View state management.

Live::View Real-time Gaming

Background job processing with ActiveJob integration. Shows seamless web request and job processing coordination.

ActiveJob Background Processing

AI chat interface with streaming LLM responses. Perfect showcase of Falcon's streaming capabilities with AI integration.

AI/LLM Streaming Ollama

Complete Flappy Bird clone with 60fps real-time physics, collision detection, and high score tracking.

Real-time Gaming Physics Engine

Server-Sent Events for one-way real-time updates. Lightweight alternative to WebSocket for live dashboards.

Server-Sent Events Live Updates