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

x/grpc_basic/server.ts>GrpcServer#addService

Very basic gRPC implementation for Deno
Latest
method GrpcServer.prototype.addService
import { GrpcServer } from "https://deno.land/x/grpc_basic@0.4.7/server.ts";

Type Parameters

optional
T = any

Parameters

_root: string | Root
impl: T