-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Roadmap #1
Comments
Sorry for the late answer. The scope of this project is to write a distributed WAMP-Server implementation which is purpose built for a Kubernetes deployment. |
I am not sure about the exact API, but I have a set of general requirements for my projects communication (these are not related to
I have had experience with Python, Node.js and client-side JS clients, and I find their API design good enough (they still require some hacking since they provide barebone interfaces for Connection, though Python implementation, at least, provide helper decorators to register handlers). |
Hey, I am quite interested in Rust implementation of WAMP as I want to use it in my projects. I would love to use both RPC and PubSub, and also async/await-based API would be nice to have. I can offer my help in implementing that.
The text was updated successfully, but these errors were encountered: