Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for golang #9

Open
iamzainn opened this issue Aug 26, 2024 · 1 comment
Open

Support for golang #9

iamzainn opened this issue Aug 26, 2024 · 1 comment

Comments

@iamzainn
Copy link

why convex is not supporting golang ?

@nipunn1313
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants