The protocol buffer service class to serve.
Options, see IServerOptions.
List of clients currently connected to server.
Implemented RPC method handlers, read-only. {@see Service.implement}
Server options, read-only.
The underlying uWebSocket server, internal.
The protobuf Service instance, internal.
Send event to all connected clients. {@see Connection.send}
Stop listening and close all connections.
Implement a RPC method defined in the protobuf service.
Generated using TypeDoc
RPC Server