List of application servers
Appearance
From Wikipedia, the free encyclopedia
This article has multiple issues. Please help improve it or discuss these issues on the talk page . (Learn how and when to remove these messages)
(Learn how and when to remove this message)This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "List of application servers" – news · newspapers · books · scholar · JSTOR (September 2017) (Learn how and when to remove this message)
Find sources: "List of application servers" – news · newspapers · books · scholar · JSTOR (September 2017) (Learn how and when to remove this message)
This article needs to be updated. Please help update this article to reflect recent events or newly available information. (September 2017)
This list compares the features and functionality of application servers, grouped by the hosting environment that is offered by that particular application server.
C
[edit ]- Enduro/X – A middleware platform for distributed transaction processing, based on XATMI and XA standards, open source, C API
C++
[edit ]- Tuxedo – Based on the ATMI standard, is one of the original application servers.
- Wt – A web toolkit similar to Qt permitting GUI-application-like web development with built-in Ajax abilities.
- POCO C++ Libraries – A set of open source class libraries including Poco.Net.HTTPServer.html
- CppCMS
- Enduro/X – A middleware platform for distributed transaction processing, based on XATMI and XA standards, open source
Go
[edit ]- Enduro/X ASG – Application server for Go. This provides XATMI and XA facilities for Golang. Go application can be built by normal Go executable files which in turn provides stateless services, which can be load balanced, clustered and reloaded on the fly without service interruption by means of administrative work only. Framework provides distributed transaction processing facility for Go.
Java
[edit ]Main article: Web container
| Product | Vendor | Edition | Last release | Jakarta EE compatibility[1] [2] |
Servlet | JSP | HTTP/2 | License |
|---|---|---|---|---|---|---|---|---|
| ColdFusion | Adobe Systems | 201601 | 2016年05月01日 | 7 partial platform | 3.1 | 2.3 | No | Proprietary, commercial |
| Enterprise Server | Borland | 6.7 | 2007-01 | 1.4 | 2.4 | 2.0 | No | Proprietary, commercial |
| Geronimo | ASF | 3.0.1 | 2013年05月28日 | 6 full platform | 3.0 | 2.2 | No | Free, Apache |
| GlassFish | Eclipse Foundation | 7.0.19[3] | 2024年11月01日 | 10 full platform | 6.0 | 3.1 | Yes | Free, EPL, GPL + classpath exception |
| JBoss Enterprise Application Platform | Red Hat | 8.1[4] | 2025年08月28日 | 10 full platform | 6.0 | 3.1 | Yes | Free, LGPL |
| Jetty | Eclipse Foundation | 12.0.8 | 2024年04月03日 | 10 full platform[5] | 6.0 | 3.1 | Yes | Free, Apache 2.0, EPL |
| JEUS | TmaxSoft | 8 | 2013-08 | 7 full platform | 3.0 | 2.2 | No | Proprietary, commercial |
| Lucee (Formerly Railo) | Lucee Association Switzerland | 5.3.2.77 | 2019年05月27日 | 7 partial platform | 3.1 | 2.3 | No | Free, CDDL, GPL + classpath exception |
| NetWeaver Application Server | SAP AG | 7.4 | 2013年01月11日 | 5 | 2.5 | 2.1 | No | Proprietary, commercial |
| Oracle Containers for J2EE | Oracle Corporation | 10.1.3.5.0 | 2009-08 | 1.4 | 2.4 | 2.0 | No | Proprietary, commercial |
| Orion Application Server | IronFlare | 2.0.7 | 2006年03月09日 | 1.3 | 2.3 | 1.2 | No | Proprietary, commercial |
| Payara Server | Payara Services | 6.2025.1 | 2025年01月01日 | 10 full platform | 6.0 | 3.1 | Yes | Free, CDDL, GPL + classpath exception |
| Resin Servlet Container (open source) | Caucho Technology | 4.0.62 | 2019年05月23日 | 6 Web Profile[6] | 3.0 | 2.2 | No | Free, GPL |
| Resin Professional Application Server | 6 Web Profile | 3.0 | 2.2 | No | Proprietary, commercial | |||
| Tomcat | ASF | 10.1.10 | 2023年06月23日 | 9 partial platform | 6.0 | 3.1 | Yes | Free, Apache v2 |
| TomEE | ASF | 8.0.15 | 2023年05月08日 | 8 Web Profile | 4.0 | 2.3 | Yes | Free, Apache v2 |
| WebLogic Server | Oracle Corporation
(formerly BEA Systems) |
14.1.1.0.0 | 2020年03月30日 [7] | 8 full platform | 4.0 | 2.3 | Yes | Proprietary, commercial |
| IBM WebSphere Application Server | IBM | 24.0.0.5 | 2024年05月21日[8] | 10 full platform,[9] | 6.0[10] | 3.1[11] | Yes[12] | Proprietary, commercial |
| WebSphere AS Community Edition | IBM | 3.0.0.4 | 2013年06月21日 | 6 full platform | 3.0 | 2.2 | No | Proprietary, commercial |
| WildFly
(formerly JBoss AS) |
Red Hat
(formerly JBoss) |
38.0.0.Final[13] | 2025年10月16日 | 10 full platform | 6.0 | 3.1 | Yes | Free, Apache v2 |
- Apache MINA – an abstract event-driven asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO
- Netty – a non-blocking I/O client-server framework for the development of Java network applications similar in spirit to Node.js
JavaScript
[edit ]- Broadvision – Server-side JavaScript AS. One of the early entrants in the market during the eCommerce dot-com bubble, they have vertical solution packages catering to the eCommerce industry.
- Node.js – implements Google's V8 engine as a standalone (outside the browser) asynchronous Javascript interpreter. A vigorous open-source developer community on GitHub has implemented many supporting products, notably npm for package management and Connect and Express app server layers.
- Deno – community developed Rust project, spearheaded by Ryan Dahl who also created Node.js, it directly targets TypeScript but also supports JavaScript and WebAssembly via V8; employs asynchronous, event-based I/O model via promise-based APIs and Tokio scheduler, uses an API security model via FlatBuffers and implements package management via ES2015 modules.
- Phusion Passenger
LPC
[edit ]- Dworkin's Game Driver (DGD)
Lua
[edit ].NET
[edit ]Microsoft
[edit ]Microsoft positions their middle-tier applications and services infrastructure in the Windows Server operating system and the .NET Framework technologies in the role of an application server:
- Internet Information Services web server
- .NET Framework (Windows Communication Foundation, Web Services, .NET Remoting, Microsoft Message Queuing (MSMQ), ASP.NET, ADO.NET)
- Distributed Transactions, COM+
- Active Directory Lightweight Directory Service (ADLDS), Active Directory Federation Services (ADFS), Authorization Manager
Third-party
[edit ]Objective-C
[edit ]- GNUstepWeb - WebObjects 4.5 compatible, licensed under LGPL
PHP
[edit ]- Appserver.io, an open-source PHP application server.
- RoadRunner, built by Spiral Scout is high-performance PHP application server, load-balancer and process manager written in Golang.
Python
[edit ]- uWSGI
- Gunicorn
- CherryPy
- Google App Engine
- mod_python
- mod_wsgi
- Phusion Passenger
- Paste
- Tornado
- Twisted
- Web2py
- Zope – By Zope, Inc.
Ruby
[edit ]Smalltalk
[edit ]- Seaside – A continuations based web application server
Tcl
[edit ]- AOLserver – Forked from NaviServer after developer was bought by AOL in 1995
- NaviServer – Resumed independent development after AOL dropped AOLserver support.
Container Based
[edit ]Container based application servers run each application in a container. The application can be written in any programming language.
- OpenRun - Application server implemented in Go, which builds and runs web applications in a container.
See also
[edit ]- Content management systems
- Web framework
- Comparison of server-side web frameworks
- Comparison of server-side JavaScript solutions
- Comparison of web server software
References
[edit ]- ^ "Jakarta EE Compatible Products". Jakarta EE. Retrieved 2025年03月20日.
- ^ "Java EE Compatibility". www.oracle.com. Retrieved 2025年03月20日.
- ^ "7.0.19 | projects.eclipse.org". projects.eclipse.org. Retrieved 2024年11月19日.
- ^ "JBoss EAP 8.1: Modernizing enterprise Java applications". www.redhat.com. 28 August 2025.
- ^ "The Eclipse Jetty Project". eclipse.dev.
- ^ "Caucho Resin is Officially Certified Against the Java EE 6 Web Profile". InfoQ.
- ^ Lyons, Will (2020年06月27日). "WebLogic Server 14.1.1.0.0 is Available". The WebLogic Server Blog.
- ^ "What is new in this release of Liberty". www.ibm.com. Retrieved 2024年07月26日.
- ^ "Jakarta EE 10 programming model support". IBM .
- ^ "Jakarta Servlet 6.0". www.ibm.com. Retrieved 2024年07月26日.
- ^ "Jakarta Server Pages 3.1". www.ibm.com. Retrieved 2024年07月26日.
- ^ "HTTP/2 support for Liberty". www.ibm.com.
- ^ "WildFly 38 is released!". Wildfly Official website.