Skip to main content

2 posts tagged with "real-time"

View All Tags

Firebase vs Supabase vs Appwrite: We Built the Same App Three Times

· 21 min read

Most Firebase vs Supabase comparisons show you a signup form and a database insert. Then they declare a winner based on which syntax looks prettier.

We wanted to know which platform makes building actual features easier. So we built the same collaborative shopping list app three times: once on Firebase, once on Supabase, and once on Appwrite.

Building Real-Time Apps with Cloudflare Workers and RedwoodSDK

· 48 min read

Cloudflare Workers excel at edge computing with instant cold starts and global distribution. When you need real-time features, you'll typically set up Durable Objects for state management, WebSocket handlers for live updates, and custom authentication. RedwoodSDK handles these patterns with React server components and built-in real-time features while generating standard Cloudflare Workers code.