Hacker News new | ask | show | jobs
by marcosdumay 746 days ago
Almost every modern software system. Anything running over the Web is event driven.
1 comments

99.99% of the data we consume on the Web comes out of databases [call it Transactional-SQL-xxx or ColumnBased-yyy or Elastic-SaaS-zzz].
Well, yes. Databases are event driven themselves.

As is any web application, because the web (at least without sockets) is constrained into communicating events only.

Also, most local GUI applications, because people just like events better for it.