-
Notifications
You must be signed in to change notification settings - Fork 526
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
Port Actors Quickstart to more languages: Go, Java, Python, JavaScript #872
Labels
good first issue
Good for newcomers
Comments
I'd love to work on this for java |
|
/assign |
I can take up this issue for JavaScript or Python |
perfect @anmbajaj |
Removing assigns, so this is now open again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea would be to port what we did for .NET here: https://github.com/dapr/quickstarts/tree/master/actors/csharp/sdk
Any single language as a PR is welcome.
It helps to look at the
examples
folders of each SDK to get inspiration how to work with the SDK, e.g.https://github.com/dapr/go-sdk/tree/main/examples/actor
I'm quite happy to assist.
The text was updated successfully, but these errors were encountered: