Slide 17
Slide 17 text
Event-based Model
Event-based Model
Evented I/O like Node.js, Vert.x, Play, Akka
and other popular approaches.
(even NPM modules can be used!)
More interactive and understandable,
because it's the way people naturally describe tasks:
"When it's dark, turn on the light."
Code is only processed on events and if necessary,
this saves energy!