-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Replace rabbitmq with ruqmtt #76
Comments
That looks like a rust only binary cli which wouldn't be as simple to swap out for this TS project with no npm client available. I would have chosen redis as a more common platform for events/session mgmt. or redis backend client: In a perfect world amqplib would support redis, but currently doesn't look like that's the case. |
@PylotLight That makes sense. I recommend valkey folk of Redis. |
Ah yes of course. There should be pub/sub inside this one we could use. |
Hey @yonas and @PylotLight - thank you so much for this discussion. I completely agree and I will spend some time to refactor the events to a better solution. Most likely it will be Redis. Either way, thank you for believing really early in this project. My goal is to always keep it free and never provide cloud options but rather only self hosted options. I'll reply to this issue when I open the pull request to replace RabbitMQ. |
I would surely keep both as configurable, to give people options. |
https://github.com/bytebeamio/rumqtt
Following the spirit of being small and efficient, rumqtt is written in high-performance Rust and is extremely easy to use.
The text was updated successfully, but these errors were encountered: