Linux Nginx Mysql PHP (LEMP)¶
LEMP is a popular open-source software stack used to build and deploy web applications. The acronym stands for:
Linux: The operating system
Nginx: The application server
MySQL: The database management system, or alternatives like MariaDB
PHP: The programming language used for server-side scripting
It is very similar to LAMP.
See also Linux, Apache, MySQL and MariaDB home.
Related : Linux Apache Mysql PHP (LAMP), MySQL, Server, Webserver, PHP, Hypertext Preprocessor (PHP)