Alternatives to lighttpd
Compare lighttpd alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to lighttpd in 2026. Compare features, ratings, user reviews, pricing, and more from lighttpd competitors and alternatives in order to make an informed decision for your business.
-
1
LiteSpeed Web Server
LiteSpeed Technologies
Our lightweight Apache alternative conserves resources without sacrificing performance, security, compatibility, or convenience. Double the maximum capacity of your current Apache servers with LiteSpeed Web Server's streamlined event-driven architecture, capable of handling thousands of concurrent clients with minimal memory consumption and CPU usage. Protect your servers with already familiar ModSecurity rules while also taking advantage of a host of built-in anti-DDoS features, such as bandwidth and connection throttling. Conserve capital by reducing the number of servers needed to support your growing hosting business or online application. Reduce complexity by eliminating the need for an HTTPS reverse proxy or additional 3rd party caching layers. LiteSpeed Web Server is compatible with all popular Apache features including its Rewrite Engine and ModSecurity, and can load Apache configuration files directly. -
2
Cherokee
Cherokee
Cherokee is an innovative, feature-rich, lightning-fast and easy to configure open source web server designed for the next generation of highly concurrent secured web applications. All the configuration is done through Cherokee-Admin, a beautiful and powerful web interface. Cherokee supports the most widespread web technologies, FastCGI, SCGI, PHP, uWSGI, SSI, CGI, LDAP, TLS/SSL, HTTP proxying, video streaming, content caching, traffic shaping, etc. Cherokee runs on Linux, Mac OS X, Solaris, and BSD. It is highly efficient, extremely lightweight and provides rock-solid stability. Among its many features, there is one that deserves special credit, a user-friendly interface called cherokee-admin that is provided for a no-hassle configuration of every single feature of the server. This administration interface allows you to configure the webserver without having to worry about editing a text file written with a certain syntax. -
3
Eclipse Jetty
Eclipse Foundation
Jetty provides a web server and servlet container, additionally providing support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. These components are open source and are freely available for commercial use and distribution. Jetty is used in a wide variety of projects and products, both in development and production. Jetty has long been loved by developers due to its long history of being easily embedded in devices, tools, frameworks, application servers, and modern cloud services. Full-featured and standards-based. Open source and commercially usable, flexible and extensible, small footprint, embeddable, asynchronous, enterprise scalable, and dual-licensed under Apache and Eclipse. Large clusters, such as Facebook Presto. Cloud computing, such as Google AppEngine. With the direction of Java and the JakartaEE project (formerly JavaEE) in 2020, the current recommended version of Jetty for use depends upon the servlet API version, desired licensing, etc. -
4
H2O
H2O
H2O is a new generation HTTP server that provides a quicker response to users with less CPU utilization when compared to older generation of web servers. Designed from the ground up, the server takes full advantage of HTTP/2 features including prioritized content serving and server push, promising an outstanding experience to the visitors of your website. Full support for dependency and weight-based prioritization with server-side tweaks. Thanks to others, H2O is provided as a binary package on some environments. Therefore you may try to at first install the software using your favorite packaging system, and then resort to installing from source. Generally speaking, we believe that using LibreSSL is a better choice for running H2O, since LibreSSL not only is considered to be more secure than OpenSSL but also provides support for new ciphersuites. -
5
Hiawatha
Hiawatha
Hiawatha has been written with security in mind. This resulted in a highly secure webserver in both code and features. Hiawatha can stop SQL injections, XSS and CSRF attacks and exploit attempts. Via a specially crafted monitoring tool, you can keep track of all your webservers. You don't need to be a HTTP or CGI expert to get Hiawatha up and running. Its configuration syntax is easy to learn. The documentation and examples you can find on this website will give you all the information you need to configure your webserver within minutes. Although Hiawatha has everything a modern webserver needs, it's nevertheless a small and lightweight webserver. This makes Hiawatha ideal for older hardware or embedded systems. Special techniques are being used to keep the usage of resources as low as possible. -
6
Monkey Server
Monkey Server
Monkey is a lightweight and powerful web server and development stack for Linux & OSX. It has been designed to be very scalable with low memory and CPU consumption, the perfect solution for embedded devices. Made for ARM, x86 and x64. Monkey is a lightweight and scalable Web Server. Originally made for Linux, it's also compatible with OSX. It have been designed with a strong focus on Embedded devices, therefore its scalable by nature having a low memory and CPU consumption, making it a real solution for high-end production servers too. Monkey is built and tested for different architectures such as ARM, x86 and x64. Monkey uses a hybrid mechanism composed by a fixed number of threads being each one capable to attend thousands of clients thanks to the event-driven model based in asynchronous sockets. The interaction between the scheduler and each worker thread is lock-free, avoiding race conditions and exposing a huge performance compared to other available options. -
7
quark
suckless.org
The goal of this project is to do one thing and do it well, namely serving static web directories and doing that right. Most other solutions either are too complex (CGI support, dependencies on external libraries, etc.) or lack features you expect (TLS, virtual hosts, partial content, not modified since, etc.). quark tries to find a midway and just restrict itself to being static while still offering functions you only find in more bloated solutions and being as secure as possible (chroot, privilege dropping, strict parsers, no malloc at runtime, pledge, unveil, etc.). We believe that most of the web does not need to be dynamic and increasing complexity on server-side applications is one of the main reasons for the web obesity crisis. The common approach nowadays is to do everything on the server, including parsing requests, modifying files and databases, generating HTML and all that using unfit languages like PHP or JavaScript, which is a security and efficiency nightmare. -
8
OpenLiteSpeed
LiteSpeed Technologies
OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise. Both servers are actively developed and maintained by the same team, and are held to the same high-quality coding standard. OpenLiteSpeed contains all of the essential features found in LiteSpeed Enterprise, and represents our commitment to support the Open Source community. Event driven processes, less overhead, and enormous scalability. Keep your existing hardware. OpenLiteSpeed is mod_rewrite compatible, with no new syntax to learn. Continue to use your existing rewrite rules. Built-in full-page cache module is highly-customizable and efficient for an exceptional user experience. Automatically implement Google’s PageSpeed optimization system with the mod_pagespeed module. Install OpenLiteSpeed, MariaDB and WordPress on various operating systems with just one click. -
9
Tengine
Tengine
Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including Taobao and tmall. Tengine has been an open source project since December 2011. It is being actively developed by the Tengine team, whose core members are from Taobao, Sogou and other internet companies. Tengine is a community effort and everyone is encouraged to get involved. All features of Nginx-1.17.3 are inherited, i.e., it is compatible with Nginx. Support the connect HTTP method for forward proxy. Enhanced operations monitoring, such as asynchronous log & rollback, DNS caching, memory usage, etc. Sends unbuffered upload directly to HTTP and FastCGI backend servers, which saves disk I/Os. More load balancing methods, e.g., consistent hashing, session persistence, upstream health check, etc. -
10
Tornado Web Server
Tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio can be mixed freely with Tornado. -
11
WindowsLDP
The Ohio State University
WindowsLDP (Load Distribution Program) is a quasi-static gear design and analysis tool for external and internal spur and helical gear pairs. This software program has been adapted and used extensively by most of the consortium members as the main gear design and analysis tool. Variations of this model to perform surface wear and duty cycle analyses are also available. WindowsLDP employs computationally efficient and accurate semi-analytical formulations to compute the load distribution between multiple mating teeth of gears. With the predicted load distribution, it computes the loaded transmission error, root and contact stress distributions, mesh stiffness functions, tooth forces as well as other design relative parameters such as lubricant film thickness and surface temperature. User has the choice of using SI or English units in the analyses. WindowsLDP’s capabilities also include multi-torque analyses and manufacturing robustness analyses. -
12
AIOHTTP
AIOHTTP
Supports both client and server side of HTTP protocol, both client and server web-sockets out-of-the-box, and avoids callback hell and web-server with middlewares and pluggable routing. -
13
Seminole
GladeSoft
Seminole is an embeddable webserver toolkit designed to be non-invasive and easily retrofitted to existing applications, lightweight with low resource consumption, and highly reliable with proper standards compliance and security safeguards. Written using a subset of C++, Seminole provides a modular, high-level API which simultaneously insulates the client programmer from complicated protocol details while allowing total control over low-level operation when necessary. Add in the optional Application Framework for a complete stateful and message-based development environment. Another important feature Seminole has is a powerful discovery service. The Seminole discovery protocol uses IP multicast to find locate Seminole instances even if you don't know the address of the devices. Additionally the discovery protocol can send small amounts of status information periodically. -
14
Apache Traffic Server
Apache Software Foundation
Apache Traffic Server™ software is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server. Formerly a commercial product, Yahoo! donated it to the Apache Foundation, and currently used by several major CDNs and content owners. Improve your response time, while reducing server load and bandwidth needs by caching and reusing frequently-requested web pages, images, and web service calls. Scales well on modern SMP hardware, handling 10s of thousands of requests per second. Easily add keep-alive, filter or anonymize content requests, or add load balancing by adding a proxy layer. APIs to write your own plug-ins to do anything from modifying HTTP headers to handling ESI requests to writing your own cache algorithm. Handling over 400TB a day at Yahoo! both as forward and reverse proxies, Apache Traffic Server is battle hardened. -
15
Mako Server
Real Time Logic LLC
The Mako Server is a compact, event-driven web and application server designed for resource-constrained systems. Engineered for embedded environments, it combines a lightweight HTTP/HTTPS server with a Lua scripting engine, enabling high-level development with direct access to low-level C code. Its architecture delivers high performance, low memory use, and secure integration, making it ideal for systems that can’t support heavier frameworks but require dynamic web interfaces or APIs. The server supports live updates, built-in debugging, and Lua Server Pages (LSP), offering PHP-like scripting optimized for embedded use. Common use cases include device portals, diagnostic dashboards, REST APIs, and real-time WebSocket interfaces. Lua’s speed and small footprint align perfectly with the Mako Server’s goals. More than just a web server, Mako is a comprehensive framework that enables developers to integrate modern, secure, web-enabled features into compact devices.Starting Price: $498.00 -
16
Pound
Apsis IT Security
The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively. Pound is distributed under the GPL - no warranty, it's free to use, copy and give away. Pound is a very small program, easily audited for security problems. It can run as setuid/setgid and/or in a chroot jail. Pound does not access the hard-disk at all (except for reading certificate file(s) on start, if required) and should thus pose no security threat to any machine. -
17
NGINX
F5
NGINX Open Source: The open source web server that powers more than 400 million websites. NGINX Plus is a software load balancer, web server, and content cache built on top of open source NGINX. Use NGINX Plus instead of your hardware load balancer and get the freedom to innovate without being constrained by infrastructure. Save more than 80% compared to hardware ADCs, without sacrificing performance or functionality. Deploy anywhere: public cloud, private cloud, bare metal, virtual machines, and containers. Save time by performing common tasks through the built‑in NGINX Plus API. From NetOps to DevOps, modern app teams need a self‑service, API‑driven platform that integrates easily into CI/CD workflows to accelerate app deployment – whether your app has a hybrid or microservices architecture – and makes app lifecycle management easier. -
18
SiteCountry
SiteCountry
SiteCountry utilizes the latest technologies and infrastructure for all our servers. With more than 18 servers accross the world, we deliver lowest latency and fastest speed wherever your audience is! All our servers use CloudLinux, making sure other websites don't affect your website's performance, we also let you enjoy the advantages of LiteSpeed servers which are proven to be 300x faster and able to handle requests than any other web-server out there. Thanks to our stable infrastructure we promise your website will be up all the time. We deliver unmatched performance powerpacked with unbeatable uptime. Thanks to Kernelcare, our systems are automatically patched without any unexpected reboots.Starting Price: $0.7 per website per month -
19
Helidon
Helidon
Helidon is a cloud-native, open‑source set of Java libraries for writing microservices that run on a fast web core powered by Netty. Helidon Níma is the first Java microservices framework based on virtual threads. Helidon is designed to be simple to use, with tooling and examples to get you going quickly. Since Helidon is simply a collection of Java libraries running on a fast Netty core, there is no extra overhead or bloat. Helidon supports MicroProfile and provides familiar APIs like JAX-RS, CDI, and JSON-P/B. Our implementation runs on our fast Helidon Reactive WebServer. Helidon Reactive WebServer provides a modern functional programming model and runs on top of Netty. Lightweight, flexible, and reactive, the Helidon WebServer provides a simple-to-use and fast foundation for your microservices. With support for health checks, metrics, tracing, and fault tolerance, Helidon has what you need to write cloud-ready applications that integrate with Prometheus, Jaeger/Zipkin, etc.Starting Price: Free -
20
The software load balancer, reverse proxy, web server, & content cache with the enterprise features and support you expect. Modern app infrastructure and dev teams love NGINX Plus. More than just the fastest web server around, NGINX Plus brings you everything you love about NGINX Open Source, adding enterprise‑grade features like high availability, active health checks, DNS system discovery, session persistence, and a RESTful API. NGINX Plus is a cloud‑native, easy-to-use reverse proxy, load balancer, and API gateway. Whether you need to integrate advanced monitoring, strengthen security controls, or orchestrate Kubernetes containers, NGINX Plus delivers the five‑star support you expect from NGINX. NGINX Plus provides scalable and reliable high availability along with monitoring to support debugging and diagnosing complex application architectures. Active health checks proactively poll upstream server status to get ahead of issues.
-
21
Abyss Web Server
Aprelium
Abyss Web Server is a compact web server available for Windows, macOS, and Linux operating systems. Despite its small footprint, it supports HTTP/2, secure SSL/TLS connections (HTTPS), automated provisioning and renewal of free certificates from Let's Encrypt® (ACME v2), IPv6, on-the-fly HTTP compression, dynamic content generation through CGI/FastCGI scripts, ISAPI extensions, native ASP.NET, HTTP/HTTPS/WebSocket reverse proxying, eXtended Side Includes (XSSI), custom error pages, password protection, IP address control, anti-leeching, bandwidth throttling, and log rotation. It also features an automatic antihacking system as well as a multilingual remote web management interface that makes its configuration as easy as browsing a web site.Starting Price: $59.95 one-time payment -
22
KeyHelp
KeyHelp
You already have the best hardware for your Internet projects, but complicated management, unreliable performance and high costs are causing discontent? With KeyHelp we provide you an amazing server control panel for convenient management of your Linux webserver (for Ubuntu and Debian). You will be excited! The server hosting panel clearly impresses with the fact that it can be installed free of charge and is equipped with numerous useful functionalities for an unlimited number of domains. At the same time, the control panel software also scores with its reliable running performance and its intuitive usability, which enables easy server configuration. An API interface also offers you a wide range of usage and automation options for your IT processes. Regardless of whether you are a user of a web hosting plan or an administrator of a server, an easy-to-use management interface with many functions and options is appreciated by everyone equally.Starting Price: €2.90 per month -
23
Mongoose
Mongoose
Mongoose turns a software product, a device or appliance into a web server, accessible by a browser. One of the most common use cases is to use Mongoose to add a Web-accessible control panel for a device. Ready-to-go examples and tutorials for common functionalities like authentication, live logs, video streaming. Using Mongoose, it is easy to create various API to control your device or application remotely, via browser, mobile phone, or automation tools. We have created an extremely memory-efficient, easy-to-use, MIT-licensed JSON library to use together with Mongoose. Real-time, full-duplex communication over MQTT or Websocket. Exchange plain data, or wrap data into JSON to use JSON-RPC! Mongoose turns a software product, a device or appliance into a web server, accessible by a browser. Upload device data to a cloud server of your choice. Use a 3rd party cloud provider, or spin your own. -
24
asyncio
asyncio
asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance network and web-servers, database connection libraries, distributed task queues, etc. asyncio is often a perfect fit for IO-bound and high-level structured network code. -
25
KSWEB
KSLabs
It is enough to install KSWEB on your Android device and copy scripts to the htdocs folder on the memory card. After that, you can run your web content! So, KSWEB is a set for web developers for the Android platform. The package consists of a web server, FTP server, PHP programming language, MySQL DBMS and scheduler. KSWEB does not need root rights for proper functioning, unless, of course, you want to use the server on port 80. By the way, it can be convenient when opening your server on the Internet. This will allow you to have a small hosting in your pocket! To start the web server, you need to start KSWEB, specify, if necessary, the port and the root directory. By default, KSWEB contains fully-configured configuration files for all components. Our package easily runs popular CMS and frameworks such as Yii2, Drupal, Joomla, WordPress, MODX, etc. If you have any questions about how to run this or that CMS we will answer them!Starting Price: $4.99 one-time payment -
26
Tiny Web Server
Leonardo Javier Russo
Tiny Web Server for Android 4.0 and above. Runs as a service, has different charsets, and it's easy to configure. Auto-start function (the server will be started automatically on boot every time). Minimalist interface, folder and file listing, low memory consumption. -
27
Cowboy
99s
Cowboy is the ultimate server for the modern Web with support for Websocket, HTTP/2 and REST. Cowboy is a small, fast and modern HTTP server for Erlang/OTP. Cowboy aims to provide a complete modern Web stack. This includes HTTP/1.1, HTTP/2, WebSocket, server-sent events and Webmachine-based REST. Cowboy comes with functions for introspection and tracing, enabling developers to know precisely what is happening at any time. Its modular design also easily enables developers to add instrumentation. Cowboy is a high-quality project. It has a small code base, is very efficient (both in latency and memory use) and can easily be embedded in another application. Cowboy is clean Erlang code. It includes hundreds of tests and its code is fully compliant with the Dialyzer. It is also well documented and features a function reference, a user guide and numerous tutorials. Knowledge of the HTTP protocol is recommended but not required, as it will be detailed throughout the guide. -
28
KickWeb Server
YelOyo
Easy and automatic installation, everything is pre-configured, low memory consumption, low CPU usage, capable of serving requests simultaneously, not need of root access though you can use root as well, and completely free of charge along with no advertisement. This is the best Android web server. Internal memory should not be less than 50MB! Lighttpd 1.4.34, PHP 5.5.9, MySQL 5.1.62,, MSMTP 1.4.31, phpMyAdmin 4.1.10, and Nginx 1.5.11. One thing you should remember is starting server before entering configurations. -
29
Webdock
Webdock
Webdock is a no-nonsense cloud hosting provider offering scalable VPS servers and cloud services tailored to meet diverse user needs. Designed for teams, developers, and even novices, Webdock provides an easy yet infinitely flexible cloud experience. The platform features a free web-server control panel compatible with Nginx and Apache, eliminating the need for additional control panel expenses. Users benefit from predictable low pricing, with no extra fees for the control panel, and support from experts. Webdock is a 100% bootstrapped Danish company, ensuring full GDPR compliance and an eco-focused approach. The company has built its own data center, allowing for complete control over hardware and infrastructure. The platform is optimized for hosting various applications, including WordPress, Laravel, PHP, Node.js, and MariaDB. Webdock's cloud is tailor-made for developers, agencies, and business clients, simplifying the management of multiple servers.Starting Price: €0.95 per month -
30
McPherran Web Engine
McPherran
The McPherran web engine is a complete stand-alone web server software package. It hosts websites and can also provide general Internet content delivery and web application processing. The software is engineered for performance, reliability, and security. Migration of the source code to a memory safe programming language is planned. (Reference: Programming Language at URL) -
31
kWS
Kamran Zafar
kWS is a lightweight and fast Web Server especially designed for Android mobile devices. It can be used to host websites and to serve files over HTTP. kWS implements HTTP-1.0. Basic & digest authentication for secure access. Server side includes (SSI). Directory index, directory downloads in tar, tgz & zip formats. Resumable file downloads, built-in Dynamic DNS updates, up to 20 parallel connections, comprehensive HTTP logs. HTTPS/TLS support with BKS & PKCS12 keystores. Password-based file encryption (128 bit AES & Triple DES). GZip file compression, directory index in JSON & XML formats and index sorting, highly configurable with support for up to 999 per-port parallel connections. Directory level configuration, support for more Dynamic DNS providers like ZoneEdit etc. kWS also provides auto start on boot. -
32
OpenResty
OpenResty
OpenResty® is a full-fledged web platform that integrates our enhanced version of the Nginx core, our enhanced version of LuaJIT, many carefully written Lua libraries, lots of high-quality 3rd-party Nginx modules, and most of their external dependencies. It is designed to help developers easily build scalable web applications, web services, and dynamic web gateways. By taking advantage of various well-designed Nginx modules (most of which are developed by the OpenResty team themselves), OpenResty® effectively turns the nginx server into a powerful web app server, in which the web developers can use the Lua programming language to script various existing nginx C modules and Lua modules and construct extremely high-performance web applications that are capable to handle 10K ~ 1000K+ connections in a single box. OpenResty® aims to run your server-side web app completely in the Nginx server, leveraging Nginx's event model to do non-blocking I/O with the HTTP clients. -
33
iMagic Survey Designer
iMagic Software
It's a challenge to make complex decisions. The impact of making a mistake can have significant cost and pain to those affected. What if we could measure our assumptions before we make those decisions? Enter iMagic Survey Designer, a software survey system designed to gather a deeper understanding of people that are important to you. From survey design, to collecting and analyzing results. Our software puts you in a position of knowledge where you can confidently make decisions based on measured data. iMagic Survey Pro is a survey software system. It's used for designing surveys, collecting and analyzing results. We understand that you may not be able to have or want your surveys on public servers. We offer a Server Edition where you can collect surveys either on your own webserver or internal intranet. iMagic Survey Designer client will run on any PC running the latest version of Windows 10. The Server Edition requires PHP/MySQL which is freely available and on most webservers.Starting Price: $199 one-time payment -
34
Caddy
Caddy
Caddy simplifies your infrastructure. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more. Its modular architecture means you can do more with a single, static binary that compiles for any platform. Caddy runs great in containers because it has no dependencies—not even libc. Run Caddy practically anywhere. Caddy obtains and renews TLS certificates for your sites automatically. It even staples OCSP responses. Its novel certificate management features are the most mature and reliable in its class. Written in go, Caddy offers greater memory safety than servers written in C. A hardened TLS stack powered by the go standard library serves a significant portion of all Internet traffic. Caddy is both a flexible, efficient static file server and a powerful, scalable reverse proxy. -
35
Servers Ultimate
Ice Cold Apps
Now you can run almost every server you can think of. For example a web server, database server or storage server! Start a server easily on the 'Simple' tab or go advanced and add users, allowed IP's and more! Multiple servers can be run at the same time and no root is needed. This app will work for 7 days after which you will need to buy the paid version. You can only add two servers in this version. Unfortunately, we need to do this to support development. Provides 18 network tools! Remote control support, includes a PHP Server, NAS Server, dedicated server and/or honeypot! Encryption for settings and password support! Tasker/Llama support! Start and stop servers using WIFI/SMS/call/power or cronjob rules! Or use the 'Trigger Server' for more! Set a port, network interface to listen on, backlog, logging (to file), etc. If rooted set a port below 1024. Provides Widget support and much more! -
36
Campaign Enterprise
Arial Software
Campaign Enterprise is an Enterprise-Level software that you run on your own system utilizing the Windows IIS Webserver (Internet Information Server) and connects in real-time to all popular databases including: Microsoft SQL Server, Oracle, MySQL, DB2, MS Access, and many more. If you don't have a database, you can use the built-in email list system. Campaign Enterprise sends emails to your own mail server (SMTP server) which can be any of the popular servers like Microsoft Exchange Server, PowerMTA, Ironport, or you own ISPs email server. You can also utilize email sending services like Amazon SES. There are currently several editions of Campaign Enterprise: Standard, Professional, and Business. Each edition has the same functionality and unlimited email sending capability. The Business Edition extends ability further by allowing the distribution of functions to multiple computers and the ability to create "Clients" or virtual campaign systems.Starting Price: $1,995 per year -
37
Jaisocx
Jaisocx
Since 2024 Jaisocx supports PHP over HTTP/3, intuitively switching among HTTP/1.1, h2 and h3 depending on negotiation with HTTP client. a) Unique feature is Charset detection of published text contents, and making browser showing correctly extended ascii chars like in German or French alphabets. b) It has built-in motor for securing endpoints with Basic Auth and JSON Web Token. c) Proxy Endpoints. d) Also the framework-like solution for publishing SQL queries results in JSON format out of the box with minimal configuration. e) On the same company site this software is well documented. f) Software is free, g) and has the Docker Hub repository h) and Github.com repository with some basic samples for Laravel, Symfony and WordPress apps under Docker Compose.Starting Price: $0 -
38
Kestrel
Microsoft
Kestrel is a cross-platform web server for ASP.NET Core. Kestrel is the web server that's included and enabled by default in ASP.NET Core project templates. Kestrel supports HTTPS, HTTP/2 (except on macOS), Opaque upgrade used to enable WebSockets, Unix sockets for high performance behind Nginx. Kestrel is supported on all platforms and versions that .NET Core supports. Some browsers require granting explicit permission to trust the local development certificate. Project templates configure apps to run on HTTPS by default and include HTTPS redirection and HSTS support. The Kestrel web server has constraint configuration options that are especially useful in Internet-facing deployments. There's a separate limit for connections that have been upgraded from HTTP or HTTPS to another protocol (for example, on a WebSockets request). The default maximum request body size is 30,000,000 bytes, which is approximately 28.6 MB. -
39
Speedtest Pro
mifish
Test your network directly from your toolbar and quickly test your internet performance. One-click testing of the Internet connection, and can reflect the user's network status from multiple angles. Speedtest Pro is a professional-grade speed tester, which can make it easy for users to find out the fault cause. Ping value could be measured and displayed in seconds. Test download speed and upload speed. Test the loading speed of the current web page. Open advanced options, you can choose to test the loading speed of the current web page or not. The time from the PC sends data to the webserver until it receives feedback from the server. It's usually expressed by the degree of network delay in online games. The larger the Ping value is, the more serious the network delay is, and the less smooth the game runs. Upstream traffic of network data per unit time. Ordinary broadband uplink and downlink are not equal, upstream broadband usually speeds limit. -
40
Gunicorn
Gunicorn
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy. -
41
Apache HTTP Server
Apache Software Foundation
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. -
42
AWebServer
Sylkat
AWebServer will let you share your files from your phone to any device or computer easily. You can explore the files with any SO or browser through wireless. AWebServer is an easy and friendly solution to publish your own web in your Android device with PHP and all the features that Apache brings. MariaDb the old MySQL server is also included and the MyPhpAdmin application has been installed and ready to work with. Has integrated a FTP server to upload the contents and is compatible with Android 4 and above. This app is based on the famous and stable Apache 2 server, known by its stability in Android devices. Improved look of Apache indexes files. Updated servers for 64 bits arch and phpMyAdmin. Distributed appbundle to reduce size of the app. -
43
AuthPro
CGI-City
With AuthPro you can password protect your pages from unauthorized access in just few minutes! No any special software, programming or server-side script installation required on your webserver. To get started, just copy and paste links and html codes provided by AuthPro to your website pages. You will get your own login, registration and password reminder forms which you can add to your website. AuthPro supports custom login form for existing members, registration form for new members, free and paid membership types, editable member profiles, lost password reminder, and easy management tool to configure your account settings, manage your members and check their activity/stats. You can also use many optional features to enhance your members area: online or total members list and counters, logout, personal greetings and much more..Starting Price: $4.95 per month -
44
Microsoft IIS
Microsoft
Internet Information Services (IIS) for Windows® Server is a flexible, secure and manageable Web server for hosting anything on the Web. From media streaming to web applications, IIS's scalable and open architecture is ready to handle the most demanding tasks. -
45
Traefik
Traefik Labs
What is Traefik Enterprise Edition? TraefikEE is a cloud-native load balancer and Kubernetes ingress controller that eases networking complexity for application teams. Built on top of open source Traefik, TraefikEE brings exclusive distributed and high-availability features combined with premium bundled support for production grade deployments. Split into proxies and controllers, TraefikEE supports clustered deployments to increase security, scalability and high availability. Deploy applications anywhere, on-premises or in the cloud, and natively integrate with top-notch infrastructure tooling. Save time and give better consistency while deploying, managing, and scaling applications by leveraging dynamic and automatic TraefikEE features. Improve the application development and delivery cycle by giving developers the visibility and ownership of their services. -
46
Gato GraphQL
Gato GraphQL
Gato GraphQL is a powerful and flexible GraphQL server for WordPress, enabling users to access and manipulate any piece of data, such as posts, users, comments, tags, and categories, via a GraphQL API. It supports building dynamic, headless sites by using WordPress as the CMS to manage data while allowing the use of any framework for rendering. It offers multiple interactive clients, including GraphiQL and Voyager, providing user-friendly interfaces for composing queries and visualizing the schema. Security features include granular access control based on user roles or IP addresses, HTTP caching for performance optimization, and the ability to create public, private, and password-protected endpoints. Gato GraphQL also supports nested mutations, custom endpoints, persisted queries, and field deprecation via the UI. Additionally, it integrates with popular WordPress plugins and external services, extending the GraphQL schema's capabilities. Starting Price: $249 one-time payment -
47
MacHTTP-js
MacHTTP-js
MacHTTP-js is currently available for preview on macOS now. As a brand new application, MacHTTP-js includes features never envisioned in the original when it was first released in 1992. MacHTTP-js is written from the ground up using the node.js platform, which means it is a cross-platform application that can run on macOS, Windows, and Linux operating systems. MacHTTP-js is a full-featured Web server for 21st century desktops and servers. A "preview" release is available now for Mac users, followed by a general release for Windows 10 and Linux computers, including support for Docker. This is a full-featured release for macOS and other O/S versions will follow shortly. -
48
ShriStitch
ShriStitch
No Installation Required” means your webserver’s platform becomes irrelevant and allow your staff to focus on what they do best, your core business. increased efficiency and error reduction when they begin using barcode software and simplify tracking with continued Serial Numbers. SMS is an effective medium for businesses such as outlets or trade stores. It allows them to make timely offers and the response rates can be amazing. Increased understanding of risks and opportunities or emphasizing the link between financial and non-financial performance. In tailoring management we deal with cutting stitching and their report. In this section we deal with fabric and their inward outwards, report of stock. Ready made management section deal with ready garment rather than cutting stitching. Awesome combination of all the packages: Tailoring, Fabric and Ready Made. -
49
PAW Server
PAW Server
Connect your PC via WiFi or USB (ADB is supported). For more security HTTPS is available. PAW provides a Tasker/Locale integration to make automatic startup and shutdown easy. PAW is a true web server allowing you to host your own pages on your Android device. Just put your content into the /sdcard/paw/HTML directory, and that's it! Not only can you deploy your own web page but you can also develop your own dynamic web applications. The Android API can be used, this also includes SQLite database connectivity. With PAW you can install plugins ranging from PHP to PirateBox or develop plugins yourself. Explore Android with PAW by utilizing the Android API and changing the exiting code. Most of PAW's web application is available as plain text for you to edit and enhance. Documentation and examples are available from within the web application. You can build your own server based on PAW free of charge for private and educational purposes. -
50
DBGallery
GRR Systems
DBGallery allows you to centrally store, manage, catalogue, archive and securely share your image, video, and document files, keep track of different versions and detect duplicates. Its search capabilities make files easy to find and an intuitive modern interface makes it easy to use. Workflow and other team features provide a collaborative environment for those inside and outside your organization. It is primarily a cloud service (SaaS) but may also be run as an on-prem web-server.Starting Price: Free