Theo's Typesafe CultTTC
Theo's Typesafe Cult9mo ago
13 replies
Aido

JS Framework The Unifies Frontend and Backend

I watched a video in the last couple of months where Theo talked about a framework where the frontend and backend were a unified codebase and requests were somewhat like functions. Maybe I'm not describing it the best, but does anyone know the video I'm remembering?
Solution
Calling server functions from the frontend is called RPC. Some RPC frameworks:

- tRPC (https://trpc.io/)
- Gravity (https://gravity.digitak.dev).

But you might be looking for Convex (https://www.convex.dev/), that does realtime subscription and hosting as well. They sponsored quite a number of Theo's videos.

Convex is amazingly easy to use, but it has very bad performances. Definitely an awesome choice for your personal projects.
Was this page helpful?