Hi, I'm looking for a Go client lightstreamer lib.
Looking for a Go implementation
David changed the title to Looking for a Go implementation .
Hi David,
I can confirm that a dedicated Go Lightstreamer Client library is still on our roadmap, however, it's not something we'll be releasing in the very short term, and we don't have a precise schedule to share just yet.
In the meantime, you could develop your own Go client by directly implementing the Text Lightstreamer Client Protocol (TLCP), or at least a subset of the functionalities that you need.
Here you can find the specifications:
And here is an example of the protocol in action:
Let us know if you have any other questions!
Giuseppe
- Edited
Hi Guiseppe,
Thanks for your answer, glad that Go Lightstreamer Client library is still on your roadmap!
This helps me to use a "crap" minimal implementation waiting for a better in the future.
David