<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Solution_stack</id>
	<title>Solution stack - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Solution_stack"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Solution_stack&amp;action=history"/>
	<updated>2026-05-04T21:34:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Solution_stack&amp;diff=1517371&amp;oldid=prev</id>
		<title>imported&gt;BattyBot: Fixed reference date error(s) (see CS1 errors: dates for details) and AWB general fixes</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Solution_stack&amp;diff=1517371&amp;oldid=prev"/>
		<updated>2025-06-18T23:41:50Z</updated>

		<summary type="html">&lt;p&gt;Fixed reference date error(s) (see &lt;a href=&quot;/wiki143/index.php?title=Category:CS1_errors:_dates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:CS1 errors: dates (page does not exist)&quot;&gt;CS1 errors: dates&lt;/a&gt; for details) and &lt;a href=&quot;/wiki143/index.php?title=WP:AWB/GF&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWB/GF (page does not exist)&quot;&gt;AWB general fixes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{short description|Set of software subsystems or components needed to create a complete platform}}&lt;br /&gt;
{{Redirect|Software stack||Stack (disambiguation)#Computing{{!}}Stack § Computing}}&lt;br /&gt;
&lt;br /&gt;
In [[computing]], a &amp;#039;&amp;#039;&amp;#039;solution stack,&amp;#039;&amp;#039;&amp;#039; also called &amp;#039;&amp;#039;&amp;#039;software stack&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;tech stack&amp;#039;&amp;#039;&amp;#039; is a set of [[software]] subsystems or components needed to create a complete [[Computing platform|platform]] such that no additional software is needed to support applications.&amp;lt;ref name=&amp;quot;CDESolution15&amp;quot;&amp;gt;{{cite encyclopedia |url=https://encyclopedia2.thefreedictionary.com/Solution+stack |title=Solution stack |encyclopedia=Computer Desktop Encyclopedia |publisher=The Computer Language Company |year=2015 |access-date=5 July 2018}}&amp;lt;/ref&amp;gt; Applications are said to “run on” or “run on top of” the resulting platform.&lt;br /&gt;
&lt;br /&gt;
For example, to develop a [[web application]], the architect defines the stack as the target [[operating system]], [[web server]], [[database]], and [[programming language]]. Another version of a software stack is operating system, [[middleware]], database, and applications.&amp;lt;ref&amp;gt;{{cite news|url=http://searchenterpriselinux.techtarget.com/news/interview/0,289202,sid39_gci880604,00.html|title=Red Hat: Linux served at vertical data center dinner tables|last=Mimoso|first=Michael S.|date=24 February 2003|work=SearchEnterpriseLinux.com|access-date=2009-08-09}}&amp;lt;/ref&amp;gt; Regularly, the components of a software stack are developed by different developers independently of one another.&lt;br /&gt;
&lt;br /&gt;
Some components/subsystems of an overall system are chosen together often enough that the particular set is referred to by a name representing the whole, rather than by naming the parts. Typically, the name is an [[acronym]] representing the individual components.&amp;lt;ref name=&amp;quot;BealAcronym07&amp;quot;&amp;gt;{{cite web |url=https://www.webopedia.com/quick_ref/webstack_acronyms.asp |title=Acronym Guide to Web Stacks |author=Beal, V. |work=Webopedia |publisher=Quinstreet, Inc |date=7 September 2007 |access-date=5 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The term “solution stack” has, historically, occasionally included hardware components as part of a final product, mixing both the hardware and software in layers of support.&amp;lt;ref name=&amp;quot;FergusonSpecial02&amp;quot;&amp;gt;{{cite book |url=https://books.google.com/books?id=d4n0ZGQYQL8C&amp;amp;pg=PA616 |title=Using Microsoft SharePoint Portal Server |author=Ferguson, R. |publisher=Que Publishing |page=616 |year=2002 |isbn=9780789725707}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;AndersonSAP03&amp;quot;&amp;gt;{{cite book |title=SAP Planning: Best Practices in Implementation |author=Anderson, G.W. |publisher=Sams |page=13 |year=2003 |isbn=9780789728753}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;full-stack developer&amp;#039;&amp;#039;&amp;#039; is expected to be able to work in all the layers of the application ([[front-end and back-end]]). A full-stack developer can be defined as a [[Programmer|developer]] or an engineer who works with both the front and back end development of a website, web application or desktop application.&amp;lt;ref&amp;gt;{{Cite web |last=Amir |first=Masroor |title=Full Stack Developer - Complete Roadmap {{!}} Technologies in 2023 |url=https://www.thegeeksbot.com/2023/03/full-stack-developer-complete-roadmap.html |access-date=2023-04-27 |website=The Geeks Bot {{!}} A Computer Science Site for geeks |language=en}}&amp;lt;/ref&amp;gt; This means they can lead platform builds that involve databases, user-facing websites, and working with clients during the planning phase of projects.&lt;br /&gt;
&lt;br /&gt;
== JavaScript stacks ==&lt;br /&gt;
{{Main|JavaScript stack}}&lt;br /&gt;
A JavaScript stack is a collection of technologies that use JavaScript as a primary programming language across the entire software development process, typically combining front-end and back-end tools to build full-scale web applications. With the rise of Node.js, JavaScript can now be executed server-side, allowing developers to use a single language for both client and server development. This unification simplifies the development workflow, improves code reuse, and enhances productivity by enabling consistent logic and tooling across the application. JavaScript stacks are often favored for their speed, scalability, and access to a vast ecosystem of libraries and frameworks available through platforms like npm. The increasing popularity of these stacks reflects a broader shift toward full-stack JavaScript development in modern web engineering.&amp;lt;ref&amp;gt;Tilkov, Stefan, and Steve Vinoski. &amp;quot;Node.js: Using JavaScript to Build High-Performance Network Programs.&amp;quot; &amp;#039;&amp;#039;IEEE Internet Computing&amp;#039;&amp;#039;, vol. 14, no. 6, 2010, pp. 80–83. DOI: 10.1109/MIC.2010.145&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Pimentel, Jon. &amp;#039;&amp;#039;Full-Stack React Projects&amp;#039;&amp;#039;. Packt Publishing, 2018.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Node.js — About Node.js® |url=https://nodejs.org/en/about |access-date=2025-06-18 |website=nodejs.org |language=en-GB}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation |last=bin Uzayr |first=Sufyan |title=JavaScript for Mobile Usage |date=2023-08-09 |work=Conquering JavaScript |pages=371–402 |url=https://doi.org/10.1201/9781003356578-7 |access-date=2025-06-18 |place=Boca Raton |publisher=CRC Press |isbn=978-1-003-35657-8}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OS-level stacks ===&lt;br /&gt;
&lt;br /&gt;
;MLVN&amp;lt;ref&amp;gt;{{cite book |author=Sharma, A. |title=Full-Stack Web Development with Vue.js and Node |publisher=Packt Publishing Ltd |year=2018 |isbn=9781788830775 |pages=6–30 |chapter=Chapter 2: Introducing MEVN |chapter-url=https://books.google.com/books?id=3EBbDwAAQBAJ&amp;amp;pg=PA6}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[MongoDB]] (database)&lt;br /&gt;
: [[Linux]] (operating system)&lt;br /&gt;
: [[Varnish (software)]] (frontend cache)&lt;br /&gt;
: [[Node.js]] (JavaScript runtime)&lt;br /&gt;
;WISAV/WIPAV&lt;br /&gt;
: [[Windows Server]] (operating system)&lt;br /&gt;
: [[Internet Information Services]] (web server)&lt;br /&gt;
: [[Microsoft SQL Server]]/[[PostgreSQL]] (database)&lt;br /&gt;
: [[ASP.NET]] (backend web framework)&lt;br /&gt;
: [[Vue.js]] (frontend web framework)&lt;br /&gt;
&lt;br /&gt;
=== OS-agnostic web stacks ===&lt;br /&gt;
&lt;br /&gt;
;GRANDstack&amp;lt;ref name=&amp;quot;GrandStack&amp;quot;&amp;gt;{{cite web |title=GRANDStack |url=https://grandstack.io/ |access-date=24 Dec 2019}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[GraphQL]] (data query and manipulation language)&lt;br /&gt;
: [[React (web framework)|React]] (web application presentation)&lt;br /&gt;
: [[Meteor (web framework)|Apollo]] (Data Graph Platform)&lt;br /&gt;
: [[Neo4j]] ([[database management system]]s)&lt;br /&gt;
&lt;br /&gt;
;[[JAMstack]]&amp;lt;ref name=&amp;quot;Jamstack&amp;quot;&amp;gt;{{cite web |title=JAMstack |url=https://jamstack.org/ |access-date=5 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[JavaScript]] (programming language)&lt;br /&gt;
: [[API]]s (Application programming interfaces)&lt;br /&gt;
: [[Markup language|Markup]] (content)&lt;br /&gt;
&lt;br /&gt;
;[[MEAN (solution stack)|MEAN]]&amp;lt;ref name=&amp;quot;FramptonComplete18&amp;quot; /&amp;gt;&lt;br /&gt;
: [[MongoDB]] (database)&lt;br /&gt;
: [[Express.js]] (application controller layer)&lt;br /&gt;
: [[AngularJS]]/[[Angular (web framework)|Angular]] (web application presentation)&lt;br /&gt;
: [[Node.js]] (JavaScript runtime)&lt;br /&gt;
&lt;br /&gt;
; [[MEAN (solution stack)|MERN]]&amp;lt;ref name=&amp;quot;WilsonMERN18&amp;quot;&amp;gt;{{cite book |author=Wilson, E. |title=MERN Quick Start Guide |publisher=Packt Publishing Ltd |year=2018 |isbn=9781787280045 |pages=7–13 |chapter=Chapter 1: Introduction to the MERN Stack |chapter-url=https://books.google.com/books?id=HnxeDwAAQBAJ&amp;amp;pg=PA7}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[MongoDB]] (database)&lt;br /&gt;
: [[Express.js]] (application controller layer)&lt;br /&gt;
: [[React.js]] (web application presentation)&lt;br /&gt;
: [[Node.js]] (JavaScript runtime)&lt;br /&gt;
&lt;br /&gt;
; MEVN&amp;lt;ref&amp;gt;{{cite book |author=Sharma, A. |title=Full-Stack Web Development with Vue.js and Node |publisher=Packt Publishing Ltd |year=2018 |isbn=9781788830775 |pages=6–30 |chapter=Chapter 1: Introducing MEVN |chapter-url=https://books.google.com/books?id=3EBbDwAAQBAJ&amp;amp;pg=PA6}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[MongoDB]] (database)&lt;br /&gt;
: [[Express.js]] (application controller layer)&lt;br /&gt;
: [[Vue.js]] (web application presentation)&lt;br /&gt;
: [[Node.js]] (JavaScript runtime)&lt;br /&gt;
&lt;br /&gt;
;PERN&amp;lt;ref&amp;gt;{{Cite web |date=2020-03-20 |title=Learn the PERN Stack by building a web app - Full video course |url=https://www.freecodecamp.org/news/learn-the-pern-stack-full-course/ |access-date=2021-06-19 |website=freeCodeCamp.org |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[PostgreSQL]] (database)&lt;br /&gt;
: [[Express.js]] (application controller layer)&lt;br /&gt;
: [[React (JavaScript library)]] (web application presentation)&lt;br /&gt;
: [[Node.js]] (JavaScript runtime)&lt;br /&gt;
&lt;br /&gt;
;T-REx&amp;lt;ref&amp;gt;{{Cite web |title=TerminusDB on Twitter |url=https://twitter.com/terminusdb/status/1313507776224690178 |access-date=2020-10-14 |website=Twitter |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[TerminusDB]] (scalable [[graph database]])&lt;br /&gt;
: [[React (web framework)|React]] ([[JavaScript]] web framework)&lt;br /&gt;
: [[Express.js|Express]].js (framework for [[Node.js]])&lt;br /&gt;
&lt;br /&gt;
== Specific framework stacks ==&lt;br /&gt;
&lt;br /&gt;
=== Java-Spring stack ===&lt;br /&gt;
The Java-[[Spring Framework|Spring]] stack is a robust and enterprise-grade technology stack built around the Java programming language and the Spring ecosystem. At its core is the Spring Framework, which provides a comprehensive programming and configuration model for modern Java applications. This stack often includes Spring Boot, a project that simplifies Spring application setup with convention-over-configuration, embedded servers, and production-ready defaults. Additional components such as Spring MVC, Spring Data, and Spring Security are commonly used for building web applications, accessing databases, and implementing authentication and authorization. The Java-Spring stack is frequently paired with relational databases like MySQL or PostgreSQL and typically deployed using servlet containers like Apache Tomcat or platforms such as Spring Cloud for microservices architecture. Known for its scalability, modularity, and long-term stability, the Java-Spring stack is widely adopted in enterprise environments, particularly in finance, telecommunications, and large-scale SaaS platforms.&amp;lt;ref&amp;gt;Walls, Craig. &amp;#039;&amp;#039;Spring in Action&amp;#039;&amp;#039;. Manning Publications, 2022.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation |last=Deinum |first=Marten |title=Spring Framework Fundamentals |date=2021 |work=Pro Spring MVC with WebFlux |pages=21–54 |url=https://doi.org/10.1007/978-1-4842-5666-4_2 |access-date=2025-06-18 |place=Berkeley, CA |publisher=Apress |isbn=978-1-4842-5665-7 |last2=Cosmina |first2=Iuliana}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation |last=Gutierrez |first=Felipe |title=Spring with Spring Boot |date=2016 |work=Pro Spring Boot |pages=89–105 |url=https://doi.org/10.1007/978-1-4842-1431-2_5 |access-date=2025-06-18 |place=Berkeley, CA |publisher=Apress |isbn=978-1-4842-1432-9}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Python-Django stack ===&lt;br /&gt;
The Python-[[Django (web framework)|Django]] stack utilizes Python as the primary programming language and Django as the web framework. Django is designed to encourage clean, pragmatic design and follows the &amp;#039;&amp;#039;DRY&amp;#039;&amp;#039; (Don&amp;#039;t Repeat Yourself) principle. It includes a wide array of built-in features, such as user authentication, an admin interface, form handling, and a powerful ORM. These built-in tools make Django especially effective for content-driven or database-heavy web applications. The stack often pairs Django with PostgreSQL or SQLite as a database and runs on web servers like Gunicorn behind Nginx. Because of Python&amp;#039;s readability and Django&amp;#039;s comprehensive documentation, this stack is widely used in educational platforms, scientific applications, and content management systems.&amp;lt;ref&amp;gt;Holovaty, Adrian, and Jacob Kaplan-Moss. &amp;#039;&amp;#039;The Django Book&amp;#039;&amp;#039;. Version 2.0.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Django |url=https://www.djangoproject.com/ |access-date=2025-06-18 |website=Django Project |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ruby on Rails stack ===&lt;br /&gt;
The [[Ruby on Rails]] stack is built around the Ruby programming language and the Rails web framework. It emphasizes the principle of &amp;#039;&amp;#039;convention over configuration&amp;#039;&amp;#039;, which allows developers to build applications quickly by reducing the need for boilerplate code and manual setup. Ruby on Rails comes with an integrated set of tools, such as an object-relational mapping (ORM) system, scaffolding for code generation, and a structured directory layout, making it well-suited for rapid application development. Its focus on simplicity and developer happiness has made it a popular choice among startups and small teams. The stack typically includes a PostgreSQL or MySQL database, a web server like Puma or Nginx, and deployment tools such as Capistrano or Heroku.&amp;lt;ref&amp;gt;{{Cite journal |last=Hinze |first=Annika |date=July 2008 |title=Review of “RailsSpace: Building a Social Networking Website with Ruby on Rails (Addison-Wesley Professional Ruby Series) by Michael Hartl, Aurelius Prochazka”, Addison-Wesley Professional, 2007, $44.99, ISBN 0321480791 |url=https://doi.org/10.1145/1413254.1413266 |journal=Queue |volume=6 |issue=4 |pages=53–53 |doi=10.1145/1413254.1413266 |issn=1542-7730}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Ruby on Rails Guides |url=https://guides.rubyonrails.org/ |access-date=2025-06-18 |website=Ruby on Rails Guides |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other stacks ==&lt;br /&gt;
=== OS-level stacks ===&lt;br /&gt;
; BCHS&amp;lt;ref name=&amp;quot;DzonsonsBCHS&amp;quot;&amp;gt;{{cite web |url=http://www.learnbchs.org/ |title=BCHS Stack |author=Dzonsons, K. |access-date=5 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[OpenBSD]] (operating system)&lt;br /&gt;
: [[C (programming language)|C]] (programming language)&lt;br /&gt;
: [[OpenBSD#Subprojects|httpd]] (web server)&lt;br /&gt;
: [[SQLite]] (database)&lt;br /&gt;
&lt;br /&gt;
; Ganeti&amp;lt;ref name=&amp;quot;GanetiInstall&amp;quot;&amp;gt;{{cite web |url=http://docs.ganeti.org/ganeti/master/html/install.html |title=Ganeti installation tutorial |work=Ganeti Documentation |publisher=Google, Inc |access-date=5 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Xen]] or [[Kernel-based Virtual Machine|KVM]] ([[hypervisor]])&lt;br /&gt;
: [[Linux]] with [[Logical Volume Manager (Linux)|LVM]] (mass-storage device management)&lt;br /&gt;
: [[Distributed Replicated Block Device]] (storage [[Replication (computing)|replication]])&lt;br /&gt;
: [[Ganeti]] ([[virtual machine]] [[Cluster manager|cluster management]] tool)&lt;br /&gt;
: [[Ganeti Web Manager]] (web interface)&lt;br /&gt;
&lt;br /&gt;
; GLASS&amp;lt;ref name=&amp;quot;GlynnABegin15&amp;quot;&amp;gt;{{cite web |url=https://kalountos.wordpress.com/2015/06/03/a-beginners-guide-to-installing-and-configuring-glass-gemstone-64s-smalltalk-seaside-application-server-object-database-server-environment/ |title=A Beginners&amp;#039; Guide to Installing and Configuring GLASS: Gemstone 64/S Smalltalk / Seaside / Application Server / Object Database Server Environment |author=Glynn, A. |work=Horizons of Identity |date=3 June 2015 |access-date=5 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Gemstone (database)|GemStone]] (database and application server)&lt;br /&gt;
: [[Linux]] (operating system)&lt;br /&gt;
: [[Apache HTTP Server|Apache]] (web server)&lt;br /&gt;
: [[GNU Smalltalk|Smalltalk]] (programming language)&lt;br /&gt;
: [[Seaside web framework|Seaside]] (web framework)&lt;br /&gt;
&lt;br /&gt;
; [[LAMP (software bundle)|LAMP]]&amp;lt;ref name=&amp;quot;FramptonComplete18&amp;quot;&amp;gt;{{cite book |url=https://books.google.com/books?id=Y8FHDwAAQBAJ&amp;amp;pg=PA7 |title=Complete Guide to Open Source Big Data Stack |author=Frampton, M. |publisher=Apress |page=7 |year=2018 |isbn=9781484221495}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Linux]] (operating system)&lt;br /&gt;
: [[Apache HTTP Server|Apache]] (web server)&lt;br /&gt;
: [[MySQL]] or [[MariaDB]] ([[database management system]]s)&lt;br /&gt;
: [[Perl]], [[PHP]], or [[Python (programming language)|Python]] ([[scripting language]]s)&lt;br /&gt;
&lt;br /&gt;
; LEAP&amp;lt;ref name=&amp;quot;KaislerObtain15&amp;quot;&amp;gt;{{cite book |url=https://books.google.com/books?id=ajM_CwAAQBAJ&amp;amp;pg=PT69 |title=Obtaining Value from Big Data for Service Delivery |author1=Kaisler, S.H. |author2=Amour, F. |author3=Espinosa, A. |author4=Money, W.H. |publisher=Business Expert Press |page=PT69 |year=2015 |isbn=9781631572234}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Linux]] (operating system)&lt;br /&gt;
: [[Eucalyptus (software)|Eucalyptus]] (free and open-source alternative to the [[Amazon Elastic Compute Cloud]])&lt;br /&gt;
: [[AppScale]] ([[cloud computing]]-framework and free and open-source alternative to [[Google App Engine]])&lt;br /&gt;
: [[Python (programming language)|Python]] (programming language)&lt;br /&gt;
&lt;br /&gt;
; LEMP/LNMP&amp;lt;ref name=&amp;quot;LEMPHome&amp;quot;&amp;gt;{{cite web |url=https://lemp.io/ |title=LEMP Stack Info |work=LEMP.io |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Linux]] (operating system)&lt;br /&gt;
: [[Nginx]] (web server)&lt;br /&gt;
: [[MySQL]] or [[MariaDB]] (database management systems)&lt;br /&gt;
: [[Perl]], [[PHP]], or [[Python (programming language)|Python]] (scripting languages)&lt;br /&gt;
&lt;br /&gt;
; LLMP&amp;lt;ref name=&amp;quot;JohnstonSetting09&amp;quot;&amp;gt;{{cite web |url=http://www.chrisjohnston.org/ubuntu-tutorials/setting-up-a-llmp-stack-linux-lighttpd-mysql-php5-on-ubuntu-810 |title=Setting up a LLMP Stack (Linux, Lighttpd, MySQL, PHP5) on Ubuntu 8.10 |author=Johnston, C. |work=ChrisJohnston.org |date=18 February 2009 |access-date=6 July 2018 |archive-date=5 February 2019 |archive-url=https://web.archive.org/web/20190205042248/http://www.chrisjohnston.org/ubuntu-tutorials/setting-up-a-llmp-stack-linux-lighttpd-mysql-php5-on-ubuntu-810 |url-status=dead }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Linux]] (operating system)&lt;br /&gt;
: [[Lighttpd]] (web server)&lt;br /&gt;
: [[MySQL]] or [[MariaDB]] (database management systems)&lt;br /&gt;
: [[Perl]], [[PHP]], or [[Python (programming language)|Python]] (scripting languages)&lt;br /&gt;
&lt;br /&gt;
; [[LYME (software bundle)|LYME]] and [[LYCE (software bundle)|LYCE]]&amp;lt;ref name=&amp;quot;SamkoughSolution16&amp;quot;&amp;gt;{{cite web |url=http://idioknowledge.blogspot.com/2016/07/solution-stack.html |title=Solution Stack |work=Idiosyncratic Knowledge |date=9 July 2016 |access-date=9 July 2016}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Linux]] (operating system)&lt;br /&gt;
: [[Yaws (web server)|Yaws]] (web server, written in [[Erlang (programming language)|Erlang]])&lt;br /&gt;
: [[Mnesia]] or [[CouchDB]] (database, written in [[Erlang (programming language)|Erlang]])&lt;br /&gt;
: [[Erlang (programming language)|Erlang]] (functional programming language)&lt;br /&gt;
&lt;br /&gt;
; [[MAMP]]&amp;lt;ref name=&amp;quot;CoucouvanisGetYour07&amp;quot;&amp;gt;{{cite journal |url=https://books.google.com/books?id=3gIAAAAAMBAJ&amp;amp;pg=PA85 |title=Get Your Wiki On |journal=Mac Life |author=Coucouvanis, N. |issue=5 |pages=83–86 |year=2007 |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Mac OS X]] (operating system)&lt;br /&gt;
: [[Apache HTTP Server|Apache]] (web server)&lt;br /&gt;
: [[MySQL]] or [[MariaDB]] (database)&lt;br /&gt;
: [[PHP]], [[Perl]], or [[Python (programming language)|Python]] (programming languages)&lt;br /&gt;
&lt;br /&gt;
; LAPP&amp;lt;ref name=&amp;quot;RittinghouseCloud17&amp;quot;&amp;gt;{{cite book |url=https://books.google.com/books?id=jB-9DgAAQBAJ&amp;amp;pg=PT184 |title=Cloud Computing: Implementation, Management, and Security |author1=Rittinghouse, J.W. |author2=Ransome, J.F. |publisher=CRC Press |page=PT184 |year=2017 |isbn=9781351615365}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Linux]] (operating system)&lt;br /&gt;
: [[Apache HTTP Server|Apache]] (web server)&lt;br /&gt;
: [[PostgreSQL]] (database management systems)&lt;br /&gt;
: [[Perl]], [[PHP]], or [[Python (programming language)|Python]] (scripting languages)&lt;br /&gt;
&lt;br /&gt;
; [[WAMP]]&amp;lt;ref name=&amp;quot;AMPPS-WAMP&amp;quot;&amp;gt;{{cite web |url=http://ampps.com/wamp |title=WAMP |publisher=Softaculous Ltd |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Microsoft Windows|Windows]] (operating system)&lt;br /&gt;
: [[Apache HTTP Server|Apache]] (web server)&lt;br /&gt;
: [[MySQL]] or [[MariaDB]] (database)&lt;br /&gt;
: [[PHP]], [[Perl]], or [[Python (programming language)|Python]] (programming language)&lt;br /&gt;
&lt;br /&gt;
; [[WIMP (software bundle)|WIMP]]&amp;lt;ref name=&amp;quot;AWSTutorialWIMP&amp;quot;&amp;gt;{{cite web |url=https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/install-WIMP.html |title=Tutorial: Installing a WIMP Server on an Amazon EC2 Instance Running Windows Server |work=AWS Documentation |publisher=Amazon Web Services, Inc |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Microsoft Windows|Windows]] (operating system)&lt;br /&gt;
: [[Internet Information Services]] (web server)&lt;br /&gt;
: [[MySQL]] or [[MariaDB]] (database)&lt;br /&gt;
: [[PHP]], [[Perl]], or [[Python (programming language)|Python]] (programming language)&lt;br /&gt;
&lt;br /&gt;
; WINS&amp;lt;ref name=&amp;quot;EvgenHowTo18&amp;quot;&amp;gt;{{cite web |url=https://gbksoft.com/blog/how-to-choose-your-technology-stack/ |title=How to Choose Your Technology Stack for Web Development |author=Evgen |work=GBKSOFT Blog |publisher=GBKSOFT Dev LLC |date=28 January 2018 |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Windows Server]] (operating system)&lt;br /&gt;
: [[Internet Information Services]] (web server)&lt;br /&gt;
: [[.NET Framework|.NET]] ([[software framework]])&lt;br /&gt;
: [[Microsoft SQL Server|SQL Server]] (database)&lt;br /&gt;
&lt;br /&gt;
; WISA&amp;lt;ref name=&amp;quot;SachdevaWhich09&amp;quot;&amp;gt;{{cite web |url=https://www.developer.com/design/article.php/3822286/Which-Web-Application-Stack-Is-Best-for-Me.htm |title=Which Web Application Stack Is Best for Me? |author=Sachdeva, B. |work=developer.com |publisher=QuinStreet, Inc |date=27 May 2009 |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Windows Server]] (operating system)&lt;br /&gt;
: [[Internet Information Services]] (web server)&lt;br /&gt;
: [[Microsoft SQL Server|SQL Server]] (database)&lt;br /&gt;
: [[ASP.NET]] (web framework)&lt;br /&gt;
&lt;br /&gt;
=== OS-agnostic web stacks ===&lt;br /&gt;
; ELK&amp;lt;ref name=&amp;quot;ChhajedLearning15&amp;quot;&amp;gt;{{cite book |chapter-url=https://books.google.com/books?id=EfqoCwAAQBAJ&amp;amp;pg=PA1 |chapter=Chapter 1: Introduction to ELK Stack |title=Learning ELK Stack |author=Chhajed, S. |publisher=Packt Publishing Ltd |pages=1–22 |year=2015 |isbn=9781785886706}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Elasticsearch]] ([[search engine]])&lt;br /&gt;
: [[Logstash]] (event and [[log management]] tool)&lt;br /&gt;
: [[Kibana]] ([[data visualization]])&lt;br /&gt;
&lt;br /&gt;
; MARQS&amp;lt;ref name=&amp;quot;FramptonComplete18&amp;quot; /&amp;gt;&lt;br /&gt;
: [[Apache Mesos]] (node startup/shutdown)&lt;br /&gt;
: [[Akka (toolkit)]] (actor implementation)&lt;br /&gt;
: [[Riak]] (data store)&lt;br /&gt;
: [[Apache Kafka]] (messaging)&lt;br /&gt;
: [[Apache Spark]] (big data and MapReduce)&lt;br /&gt;
&lt;br /&gt;
; NMP&amp;lt;ref name=&amp;quot;LunaProg17&amp;quot;&amp;gt;{{cite book |url=https://books.google.com/books?id=VBVFDwAAQBAJ&amp;amp;pg=PA17 |title=Programador Web Full Stack: Desarrollo frontend y backend |author=Luna, F. |publisher=RedUSERS |pages=17–18 |year=2017}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[Nginx]] (web server)&lt;br /&gt;
: [[MySQL]] or [[MariaDB]] (database)&lt;br /&gt;
: [[PHP]] (programming language)&lt;br /&gt;
&lt;br /&gt;
; [[OpenACS]]&amp;lt;ref name=&amp;quot;OpenACSWhatIs&amp;quot;&amp;gt;{{cite web |url=https://openacs.org/about/what-is-openacs |title=OpenACS: What it is and why to use it |publisher=OpenACS Community |work=OpenACS.org |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[NaviServer]] (web server)&lt;br /&gt;
: [[OpenACS]] ([[web application framework]])&lt;br /&gt;
: [[PostgreSQL]] or [[Oracle Database]] (database)&lt;br /&gt;
: [[Tcl]] (scripting language)&lt;br /&gt;
&lt;br /&gt;
; PLONK&lt;br /&gt;
: [[Prometheus (software)|Prometheus]] (metrics and time-series)&lt;br /&gt;
: [[Linkerd]] (service mesh)&lt;br /&gt;
: OpenFaaS (management and auto-scaling of compute)&lt;br /&gt;
: [[NATS Messaging|NATS]] (asynchronous message bus/queue)&lt;br /&gt;
: [[Kubernetes]] (declarative, extensible, scale-out, self-healing clustering)&lt;br /&gt;
&lt;br /&gt;
; SMACK&amp;lt;ref name=&amp;quot;FramptonComplete18&amp;quot; /&amp;gt;&lt;br /&gt;
: [[Apache Spark]] (big data and MapReduce)&lt;br /&gt;
: [[Apache Mesos]] ([[Node (computer science)|node]] startup/shutdown)&lt;br /&gt;
: [[Akka (toolkit)]] ([[Actor model|actor]] implementation)&lt;br /&gt;
: [[Apache Cassandra]] (database)&lt;br /&gt;
: [[Apache Kafka]] ([[Stream processing|messaging]])&lt;br /&gt;
&lt;br /&gt;
; [[XAMPP]]&amp;lt;ref name=&amp;quot;AFXAMPP&amp;quot;&amp;gt;{{cite web |url=https://www.apachefriends.org/index.html |title=XAMPP Apache + MariaDB + PHP + Perl |publisher=Apache Friends |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[cross-platform]] (operating system)&lt;br /&gt;
: [[Apache HTTP Server|Apache]] (web server)&lt;br /&gt;
: [[MariaDB]] or [[MySQL]] (database)&lt;br /&gt;
: [[PHP]] (programming language)&lt;br /&gt;
: [[Perl]] (programming language)&lt;br /&gt;
&lt;br /&gt;
; [[XRX (web application architecture)|XRX]]&amp;lt;ref name=&amp;quot;McCrearyXRX&amp;quot;&amp;gt;{{cite web |url=http://www.danmccreary.com/xrx/ |title=XRX |author=McCreary, D. |work=danmccreary.com |access-date=6 July 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
: [[XML database]] (database such as [[BaseX]], [[eXist]], [[MarkLogic Server]])&lt;br /&gt;
: [[XQuery]] (Query language)&lt;br /&gt;
: [[REST]] ([[Client (computing)|client]] interface)&lt;br /&gt;
: [[XForms]] (client)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Wiktionary|stack}}&lt;br /&gt;
* [[List of content management systems]]&lt;br /&gt;
* [[Content management system]]&lt;br /&gt;
* [[List of Apache–MySQL–PHP packages]]&lt;br /&gt;
* [[Purple squirrel]]&lt;br /&gt;
* [[Web framework]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Web interfaces}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Software architecture]]&lt;br /&gt;
[[Category:Web frameworks]]&lt;/div&gt;</summary>
		<author><name>imported&gt;BattyBot</name></author>
	</entry>
</feed>