Concept

Comparison of server-side web frameworks

This is a comparison of notable web frameworks, software used to build and deploy web applications. Basic information about each framework. Systems listed on a light purple background are no longer in active development. ASP.

About this result
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.
Related concepts (10)
Flask (web framework)
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools.
Pylons project
Pylons Project is an open-source organization that develops a set of web application technologies written in Python. Initially the project was a single web framework called Pylons, but after the merger with the repoze.bfg framework under the new name Pyramid, the Pylons Project now consists of multiple related web application technologies. Pyramid is an open source web framework written in Python and is based on WSGI. It is a minimalistic web framework inspired by Zope, Pylons and Django. Originally called "repoze.
Scaffold (programming)
Scaffolding, as used in computing, refers to one of two techniques: Code generation: It is a technique related to database access in some model–view–controller frameworks. Project generation: It is a technique supported by various programming tools. Scaffolding is a technique supported by some model–view–controller frameworks, in which the programmer can specify how the application database may be used.
Show more