JAMStack - a lightweight alternative to LAMP, MERN and others?
The development of websites with the JAMStack approach has been gaining popularity in recent years. The term JAMStack was coined by Mathias Biilmann, CEO of Netlify.
The abbreviation “Jam” stands for Javascript, APIs and Markup. Unlike popular classic stacks such as the LAMP (Linux, Apache, MySQL, PHP) or the MERN (MongoDB, Express, React, Node) stack, no letter is reserved for a web server.
The basic idea of JAMStack is to render web pages in advance and make them statically available.
read more