Intro

It’s all in the name really, a WebFramework is a framework for building interactive (and often dynamic but can also work for StaticSite ) websites using modern tooling and libraries. Great for building Web apps, Web Services, API servers, and more.

Web frameworks provide better developer experiences DevX, by abstracting many of the tedious set up and boiler plate needed to do CRUD, session management, templates, component libraries, CSS compilation, database connection, etc.

Architectures

Popular Frameworks

Server Side Frameworks

Client Side Frameworks


References