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 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.