Microframework
From Infogalactic: the planetary knowledge core
A microframework is a term used to refer to minimalistic web application frameworks. It is contrasted with full-stack framework also called enterprise frameworks.
It lacks most of the functionality which is common to expect in a full fledged web application framework, such as;
- Accounts, authentication, authorization, roles, etc.
- Database abstraction via a object-relational mapping.
- Input validation and input sanitation.
- Web template engine.
Microframeworks
- Bottle for Python
- Camping for Ruby
- Flask for Python
- Flight for PHP
- Grape for Ruby
- Lumen for PHP
- Nancy FX for C#/.NET
- Ratpack for Java 8 [1]
- Scalatra for Scala
- Silex for PHP
- Sinatra for Ruby
- Slim for PHP
- Spark for Java 8
- Zend Expressive for PHP