framework

From IndieWeb
(Redirected from frameworks)

This article is a stub. You can help the IndieWeb wiki by expanding it with relevant information.


A framework (in this context software framework or web framework in particular) is a software library and ways of using it that provides an alternative (often simplified) way of writing software, typically explicitly instead of how you would normally write that software.

If a library provides different (even simplified) ways of writing software, but explicitly adjacent to, complementary with, or even dependent on how you would normally write that software, then it is not typically considered a framework.

Examples

JS

Javascript frameworks

Python

Criticism

See Also