tsrpc/tsrpc
A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers. observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 69
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3263
- days_rel: n/a
- days_push: 188
- n_releases_24m: 0
Adoption not part of the score
1932 stars · 202 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TSRPC is a TypeScript RPC framework providing runtime type checking and binary serialization derived directly from TypeScript types, without an IDL like protobuf. It supports HTTP and WebSocket transports and targets full-stack TypeScript development for websites, apps, and games.
Use cases
- build type-safe APIs between a TypeScript server and client
- replace protobuf with TypeScript-based binary serialization
- implement real-time WebSocket APIs for games or chat
- add runtime type checking to API request/response validation
- develop a full-stack TypeScript app with shared protocol definitions
When to choose
- your entire stack is TypeScript and you want end-to-end type safety
- you need high-performance binary serialization without learning an IDL
- you are building game or app backends over HTTP or WebSocket
When to avoid
- your backend is not written in TypeScript
- you need broad language client support or a large ecosystem like gRPC
- you prefer REST conventions or OpenAPI tooling
Facets
framework · maturity active
rpc serialization http-server websocket api-framework type-system backend web-development developer-tools apis cross-platform full-stack runtime-type-checking binary-serialization tsbuffer no-idl nodejs typescript
1 source
- readme: https://github.com/tsrpc/tsrpc · fetched 2026-08-28 · deb613239e56
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tsrpc/tsrpc | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem