Go client
Sup guys - I have bunch of microservices in go and I would like them to talk to convex data stores. I saw on the client libraries there's no Go based yet. So will Go eventually gets its own convex library in the future?
As of now, the only way for my microservices to communicate with convex is via HTTP API only right?
3 Replies
That's correct! Either use the HTTP API (easy, but it lacks subscriptions) or wrap the Rust client (no idea how hard that is, but it's intended to be our native client for integration into other languages/platforms).
if you want a starting place, check out https://discord.com/channels/1019350475847499849/1072332239242805298/1072340709841043557
Ah nice!