You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the project is stable but I see room for improvements in many areas. Currently, my time is very limited and therefore I'm looking for new maintainers. If you are interested ping me private or left a comment.
Roadmap:
Remove Node.js 6 support
Remove callback support and use async/await everywhere in core
Update dependencies
Try typescript NATS driver because the message parser was overhauled and it provides promise interface (nice to have)
Remove inactive packages
Remove streaming api
Pass Request and Reply interface to server handler instead Pattern and callback.
The text was updated successfully, but these errors were encountered:
@StarpTech Have there been any official maintainers/collaborators appointed? Would love to see this project continue.
Are you planning to give some one/people a hand off of some kind?
Hello, the project is stable but I see room for improvements in many areas. Currently, my time is very limited and therefore I'm looking for new maintainers. If you are interested ping me private or left a comment.
Roadmap:
Remove callback support and use async/await everywhere in coreRequest
andReply
interface to server handler insteadPattern
andcallback.
The text was updated successfully, but these errors were encountered: