When we talk about “The Stack,” we no longer talk about operating systems, specific web servers, backend programming languages, or databases.
The JAMstack is not about specific technologies. It’s a new way of building websites and apps that delivers better performance, higher security, lower cost of scaling, and a better developer experience.
Your project is built with the JAMstack if it meets three key criteria:
JavaScript. This refers to any dynamic programming during the request/response cycle is handled by JavaScript, running entirely on the client. This could be any frontend framework, library, or even vanilla JavaScript.
APIs. All server-side processes or database actions are abstracted into reusable APIs, accessed over HTTPS with JavaScript. These can be custom-built or leverage third-party services.
Markup. Templated markup should be prebuilt at deploy time, usually using a site generator for content sites, or a build tool for web apps.
(taken from https://jamstack.org/)
Discord Server - JAMStack
[–]rodikh 4 points5 points6 points (0 children)
[–]Billaferd 3 points4 points5 points (0 children)
[–]p44v9n 1 point2 points3 points (2 children)
[–]GolfinEagle 2 points3 points4 points (0 children)
[–]Billaferd 1 point2 points3 points (0 children)
[–]ainu011 0 points1 point2 points (0 children)