Sample application non-tcp http server prototype
Closed this issue · 0 comments
obastemur commented
This prototype is based on the given action steps below;
- Local Http Client (C) connects to a local Http Server (S).
- C reads a file (async) and sends the data to S over WebSocket.
- S reverses the data and sends it back to C
- C writes the resulting data (async) to another file.
- C closes the connection.
The expectation here is that a middle app. layer carries / reads a non-tcp / tcp stream to/from a http server.