Articles for the Realtime tag
-
Zero to Sixty: Building Instant Web Apps with Rocicorp Zero
Most web apps spend their lives waiting on network round-trips. Zero flips that script by letting your queries decide what syncs, and serving reads and writes from a local store first.
-
Convex: Your Backend, Reactive and Typed All the Way Down
Building a live-updating app usually means stitching together a database, an API, a websocket layer, a cache, and a way to share types. Convex collapses all of that into one TypeScript codebase.