ksysoev / wasabi

Toolkit for Creating WebSocket API Gateways
MIT License
4 stars 2 forks source link

Introduce request based generic request based backend #15

Closed ksysoev closed 2 months ago

ksysoev commented 2 months ago

Implement backend that will accept callback for processing request, this backend should simplify implementing backends for rpc clients and any other custom protocols.

ksysoev commented 2 months ago

not need, dispatch.RequestHandlerFunc basically do the same thing