Blog
News, announcements, and writing from the oRPC team.
·5 min readEngineering
Stop Making HTTP Requests to Yourself During SSR
Most fullstack apps fetch SSR data from their own API over HTTP. Call your API logic in-process with the Fetch API instead, and share one client between server and browser without leaking server code into the bundle.
Định Lê
·8 min readEngineering
Handling File Uploads Bigger Than Your RAM in JavaScript
Stream large file uploads to disk in any JavaScript runtime while keeping the standard File API. Lazy blobs, safe temp file cleanup, per-category body size limits, and the oRPC plugin that packages it all.
Định Lê
·5 min readAnnouncements
oRPC v1 Announcement - Typesafe APIs Made Simple 🪄
oRPC v1 is now available - tRPC, ts-rest, next-safe-action, and more alternatives!
Định Lê