Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/saurpc/mod.ts>server.createListener

saurpc is a tiny set of functions and types to make strongly-typed RPC easily manageable across TypeScript projects.
Go to Latest
function server.createListener
import { server } from "https://deno.land/x/saurpc@0.1.1/mod.ts";
const { createListener } = server;

Parameters

rpcs: T
opts: ListenOptions