Comment on Ask HN: Good pub/sub setup for personal projects?Comments−winrid4yWhy do you want to use a queue between services for a personal project? Just use RPC or similar?Unless you want to play with queues... otherwise I would use the database, and add redis or rabbitmq later.
Comments
Why do you want to use a queue between services for a personal project? Just use RPC or similar?
Unless you want to play with queues... otherwise I would use the database, and add redis or rabbitmq later.