helix

https://github.com/Lokeh/helix
raspasov 2021-05-25T00:40:09.040400Z

Hmmm, ok. Fair. But I’ve gone that path where every component is its own “island” and does its own IO. It didn’t turn out very well in terms of the complexity it brings. For example, what happens when you need two requests to be processed in a specific order, but they belong in different components?

raspasov 2021-05-25T00:41:53.040900Z

Perhaps if you design everything so that the order of requests does not matter, it can be good.