Is it true that websites don't need to use an event driven framework given the stateless nature of the web?

softwareengineering.stackexchange https://softwareengineering.stackexchange.com/questions/115482

  •  03-11-2019
  •  | 
  •  

Pregunta

I feel like it's critical to use an event driven architecture with a lot of application types that aren't web sites. However, when coding web sites(which are stateless at the most basic level) it seems like it isn't really necessary to use an event driven architecture.

Is this true? Do most web frameworks not use events to communicate between objects?

No hay solución correcta

Licenciado bajo: CC-BY-SA con atribución
scroll top