thaliproject/thali

Sample application non-tcp http server prototype

Closed this issue · 0 comments

This prototype is based on the given action steps below;

  1. Local Http Client (C) connects to a local Http Server (S).
  2. C reads a file (async) and sends the data to S over WebSocket.
  3. S reverses the data and sends it back to C
  4. C writes the resulting data (async) to another file.
  5. 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.