Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
chenster
2y ago
0 comments
Save
Share
What did you mean traditional crud as oppose to event-driven arch? How is it relevant to the subject in dicussion?
0 comments
1 comments · 1 top-level
top
newest
oldest
blowski
2y ago
Event-driven: At runtime, the client tells the system what has happened, the system stores the event and is configured in advance for how to react to it.
CRUD: Imperative. Client tells us to create/update a specific entity with some data.
j
/
k
navigate · click thread line to collapse