You are viewing a single comment's thread from:

RE: Ingestron 0.0.2 released for every platform imaginable

in #steemit7 years ago (edited)

if you're gonna bother doing this, you're really looking at a websockets / tcp / json / protobuf type solution. long polling basically means you poll with a complete HTTP call each time, except without closing the connection. Stay away. websockets are cake for golang, dart, etc. though. It's practically native. what I did for delphi would best be described as torturous by comparison!

https://github.com/gorilla/websocket

Sort:  

There are a number of libs for websockets in go. I will start looking into them and choose one or another.

I'm also totally interested in any excuse to use grpc-web, cause..... I mean.... it's grpc-web, eh?