-
Notifications
You must be signed in to change notification settings - Fork 139
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
NodeJS sdk #60
Comments
Hi @syncush Thanks for your interest in the product. Are you saying that you'll be interested in implementing the client library? |
Hi @quarter-note , What is the priority for a javascript client library on your side? |
Hi @syncush, we are not looking to create a javascript client library right now. Our focus for client library support is mostly going towards Python at this point. However, we'd love to see community supported client libraries for the languages we don't support (we've also gotten similar questions for C# client libs #35 and protocol specifications #28 for helping with this). I think probably a good place to start here would be to find out how practical it would be to use libbmq in a Node addon. Even as we work on the protocol specification document, it would still be a lot of work to reimplement the client in any given language, so a bindings based approach might be a good way to get something functional without needing a deep knowledge of BlazingMQ's protocol. This is also the approach we've taken with our upcoming Python client library and it's been very successful. |
@syncush If you are interested in working on a Javascript client library, you may be interested in taking a look at our just-open-sourced Python SDK here. It binds our C++ library with a technique we've found works well, and you may be able to take inspiration for a potential Javascript library. You'll probably find that the Python SDK is much smaller and more accessible than either our C++ or Java SDKs for exactly this reason. |
Is there an existing proposal for this?
Is your feature request related to a problem?
No
Describe the solution you'd like
I would like to have a library for using blazingMQ with NodeJS
Alternatives you considered
No response
The text was updated successfully, but these errors were encountered: