Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paramsiddharth/web-server-suite
A collection of web server technologies.
https://github.com/paramsiddharth/web-server-suite
containers hacktoberfest networking proxy server webserver
Last synced: about 1 month ago
JSON representation
A collection of web server technologies.
- Host: GitHub
- URL: https://github.com/paramsiddharth/web-server-suite
- Owner: paramsiddharth
- Created: 2021-05-25T16:06:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T10:59:54.000Z (over 3 years ago)
- Last Synced: 2024-05-22T20:21:10.465Z (7 months ago)
- Topics: containers, hacktoberfest, networking, proxy, server, webserver
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Server Suite
A collection of web server technologies
with respective examples and Dockerfiles,
containing implementations from base OS images
as well as official images from Docker Hub.## Server Technologies
Click on any server's name to open its implementation:
| | Server | Licence | Description | External |
|:-:|:-:|:-:|-|:-:|
| [![Nginx](docs/nginx.svg)](servers/nginx) | [Nginx](servers/nginx) | [2-clause BSD](https://en.wikipedia.org/wiki/2-clause_BSD) | A web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. | [Website](https://www.nginx.com) |
| [![Apache](docs/apache.svg)](servers/apache) | [Apache](servers/apache) | [Apache Licence 2.0](https://en.wikipedia.org/wiki/Apache_License_2.0) | A free and open-source cross-platform web server software, released under the terms of Apache License 2.0. | [Website](https://httpd.apache.org) |
| [![Lighttpd](docs/lighttpd.svg)](servers/lighttpd) | [Lighttpd](servers/lighttpd) | [3-clause BSD](https://en.wikipedia.org/wiki/3-clause_BSD_license) | An open-source web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible. | [Website](https://www.lighttpd.net/) |
| [](servers/gunicorn) | [Gunicorn](servers/gunicorn) | [MIT License](https://en.wikipedia.org/wiki/MIT_License) | A Python Web Server Gateway Interface (WSGI) HTTP server for UNIX, which is broadly compatible, simple, light, and fairly speedy. | [Website](https://gunicorn.org/) |# Made with ❤ by [Param](https://www.paramsid.com).