Hacker News new | ask | show | jobs
by RaiyanYahya 361 days ago
I apologize if anyone got offended by this. I thought it was pretty cool. The intention was not to show off. I did use ai to help me build this. The goal was to have a local implementation of a queue which can be used to decouple systems and use for processing messages. I should have included the intention of the post. I thought some other people would find it cool.

If you have ever used AWS SQS, I wanted to build something like that. Something that would run locally and can be used on simple servers. I apologize if it came out as something else. I apologize again.

2 comments

the aim was not to build or compete with nats.io ... this is a basic quick single node setup
At work, we use RabbitMQ in most projects. Runs OK on a laptop.
yes I have used it. I just made this for the sake of it. I wanted it be easy to use.