worker-driven
Linked References
- layered-web-application-architecture
On a high level, we have monolithic web server-side rendering web applications, the more contemporary models of splitting the application between a rich client-side rendered front-end and back-end REST API, and then internal concerns with the model -- whether to handle the entire process in the same thread or introduce [[worker driven]] approaches to resolving tasks.