PhysarumSM / service-manager

LCA and Proxy
Apache License 2.0
0 stars 0 forks source link

Proxy support for non-HTTP connections #30

Closed t-lin closed 4 years ago

t-lin commented 4 years ago

Currently proxy only supports HTTP connections from client and HTTP-based requests to services. For flexibility, it should ideally support either plain UDP or TCP.

t-lin commented 4 years ago

Considering designing a two-stage process: 1) Client queries proxy to open TCP endpoint to a service

In the long run, must also consider how to specify a potential chain of services.

t-lin commented 4 years ago

Re-opened to incorporate similar changes from #36 into L4 proxy. Goal is to enable P2P tunneled requests.