Crate webtonic_server

Source
Expand description

Server crate of the WebTonic project.

This crate only contains the Server. This is necessary, in order to unpack the requests, the client has sent over the websocket connection. It is designed to mimic the Tonic implementation.

Structsยง

Route
Representation of a gRPC route.
Router
A Router is used to compile Routes, by adding services.
Server
The server endpoint of the WebTonic websocket bridge.
Unimplemented
The unimplemented service sends unimplemented errors on any request.