Skip to main content
Deno 2 is finally here 🎉️
Learn more
->
Dismiss
Products
Open Source
Deno
Modern runtime for JavaScript and TypeScript
Fresh
Web framework designed for the edge
JSR
TypeScript-first ESM package registry
Commercial
Deno for Enterprise
Enterprise support for runtime projects
Deploy
Easy serverless hosting for your JavaScript projects
Subhosting
Securely run untrusted code in a scalable sandbox
Docs
Modules
Standard Library
JSR
Node.js & npm
Current path
deno.land/x
Community
Discord
GitHub
X
YouTube
Mastodon
Blog
Search…
⌘K
Module
x
/
saurpc
/
client.ts
saurpc is a tiny set of functions and types to make strongly-typed RPC easily manageable across TypeScript projects.
lytedev/saurpc
Version
0.5.0
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Go to Latest
Menu
mod.ts
(default module)
N
client
N
server
client.ts
c
Client
server.ts
I
ProcedureCallPayload
T
JsonValue
T
ProcedureCallback
T
ProcedureError
T
ProcedureName
T
Procedures
T
ServerProcedures
f
callRpc
f
createListener
f
handleProcedureCall
f
serve
import
*
as
saurpc
from
"https://deno.land/x/saurpc@0.1.1/client.ts"
;
Classes
c
Client