Asynq client for Node.js #1043
mittalyashu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
Really love this Golang package, Asynq makes it really easy to get started with handling background tasks.
The company I work at Verbals our GraphQL APIs are in Node.js and we're planning to move some of our background workers to Golang for speed and efficiency.
Long story short
I have published the
Asynq-node
package which makes it easer for you to queue tasks from your Node.js service and let your GoLang Asynq workers handle the rest.and of course we're using this package internally as well.
Please share your feedback/recommendations by creating issue and create pull requests.
Thanks
@mittalyashu
Beta Was this translation helpful? Give feedback.
All reactions