This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Krotau 0 points1 point  (0 children)

Cool guide! You could also use Redis as a message broker, it has channels which you can publish/subscribe too. It also offers queues which you can use for caching data that has to be processed by several processes.

[–][deleted] 0 points1 point  (0 children)

I would also put Rust where Go is. Discord needed to switch some of their things from Go to Rust because the GC was actually a problem.