convex-backend icon indicating copy to clipboard operation
convex-backend copied to clipboard

Support for golang

Open zainasr opened this issue 1 year ago • 1 comments

why convex is not supporting golang ?

zainasr avatar Aug 26 '24 05:08 zainasr

You can always use the HTTP API from any language https://docs.convex.dev/http-api/

Here's an example of someone using the http API from go.

https://github.com/gautamg795/convex-golink/blob/422634e28d2cd5eb97ce9f5adf3b86209cb08156/convex.go

There's not yet full first-class support including subscriptions and reactivity. We have that for browser,nodejs,python,rust. The rust client has subscriptions and can be wrapped via FFI - so you're welcome to build your own subscription client down that route too.

nipunn1313 avatar Aug 26 '24 17:08 nipunn1313