althea-net / guac_rs

Apache License 2.0
14 stars 9 forks source link

Implement TransportProtocol for a server #44

Open mpapierski opened 6 years ago

mpapierski commented 6 years ago

Implement a server for transport protocol.

In a similiar way as network_requests.rs were refactored out - For each endpoint defined It should check whether a specified channel exists, and then it should call correct method on the transport protocol implementation. So in the end guac_actix would define actual HTTP server, but the handlers will be called on the impl from guac_core. See #47 for more info regarding usefulness of guac_actix.