I want to open a websocket to update the progress bar on the client side. I am using standard app engine environment and want to keep it. I've seen some complicated workarounds to get the websocket functionality.
How else can I achieve the effect of the real time progress bar update? Is there any other technology I can use? I write the application in Golang.