Crate webtonic_server[−][src]
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 |
Server | The server endpoint of the |
Unimplemented | The unimplemented service sends |