Project to learn rabbitmq's behaviour and configuration
Working with the idea of horizontal scaling in mind
- main branch has the first Hello World tutorial
- each subsequent branch is named after the docs tutorials here
- The python folder only covers the Hello World first tutorial; my real use-case is in TS (Nextjs and Nestjs instances) so I did the rest in Node with JS
- the hscale-sse branch covers a simulation of a closer-to-real-world scenario and I explain it in more detail in that branch's README