Websocket in nomad

How to implement websocket in nomad ??
I am trying to read logs (in C# asp.net core) and send it to front-end. I want the log to live stream but not able to do so. I
I am able to do so by providing thread.sleep but I want them to stream live.

Hi @shoryavj! Could you clarify what you’re trying to do here? Which API are you trying to use?