Hacker News new | ask | show | jobs
by udkl 397 days ago
Just want to say thank you for the detailed write up. I am enjoying the article a lot!
3 comments

Would this be the right model to think about what is presented in the article?

https://viewer.diagrams.net/?tags=%7B%7D&highlight=0000ff&ed...

> The Beauty of Modeling Everything as Events - hen you model work as events, powerful patterns emerge

Wouldn't you say these patterns aren't unique to event based systems since functional composition can also lead to these patterns? For eg: see the Streams API in Java

========= - Where would push event systems make sense over pull based systems?

Thanks!