Destroying Client-Server Barriers using Typescript

Опубликовано: 04 Апрель 2026
на канале: The Writing Dev
168
12

RocketRPC allows users to access server-side objects from their client, including any methods or objects they define, such as a Prisma client or any other ORM object. In this demonstration, I showcase how to destroy the client server with TypeScript, with a focus on the code behind the RocketRPC server and front end.

00:00 Introduction
00:31 RocketRPC in action
04:18 Using Prisma in the frontend
08:56 Usecases for RocketRPC
10:40 How does it work?

GitHub Link: http://rocketrpc.com
Link to complete article: https://thewriting.dev/introducing-ro...

The video covers how to use RocketRPC, how to write all the necessary methods for front-end access, and how to host RocketRPC on the same server as any HTTP framework. Additionally, we use the Prisma client on the front end to add persistence to an example app. RocketRPC is an excellent tool for anyone looking to streamline their front-end development process, and this video provides a clear and concise introduction to the benefits of this library.

My Website : https://thewriting.dev
My Twitter :   / thewritingdev  
My GitHub: https://github.com/akash-joshi