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: 29 days 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T10:59:54.000Z (almost 5 years ago)
- Last Synced: 2024-05-22T20:21:10.465Z (about 2 years 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 |
|:-:|:-:|:-:|-|:-:|
| [](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) |
| [](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) |
| [](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).