Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1130647 of Middleware

  • Revision slug: Glossary/Middleware
  • Revision title: Middleware
  • Revision id: 1130647
  • Created:
  • Creator: PushpitaPikuDey
  • Is current revision? No
  • Comment

Revision Content

Middleware is a (loosly defined) term for any software or service that enables the parts of a system to communicate and manage data. It is the software that handles communication between components and input/output, so developers can focus on the specific purpose of their application. 

In server-side web application frameworks, the term is often more specifically used to refer to pre-built software components that can be added to the framework's request/response processing pipeline, to handle tasks such as database access.

Learn more

General knowledge

  • {{Interwiki("wikipedia", "Middleware_(distributed_applications)", "Middleware_(distributed_applications)")}} on Wikipedia
  • {{Interwiki("wikipedia", "Middleware", "Middleware")}} on Wikipedia

Revision Source

<p>Middleware is a (loosly defined)&nbsp;term for any software or service&nbsp;that&nbsp;enables&nbsp;the parts of a system to communicate and manage data. It is the software that handles <span style="line-height:1.5">communication between&nbsp;components and input/output, so developers&nbsp;can focus on the specific purpose of their application.&nbsp;</span></p>

<p>In server-side web application frameworks, the term is often more specifically used to refer to pre-built&nbsp;software&nbsp;components that can be added to the framework's request/response processing pipeline, to handle tasks such as database access.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>

<ul>
 <li>{{Interwiki("wikipedia", "Middleware_(distributed_applications)", "Middleware_(distributed_applications)")}} on Wikipedia</li>
 <li>{{Interwiki("wikipedia", "Middleware", "Middleware")}} on Wikipedia</li>
</ul>
Revert to this revision