1 مستودع
Serving static files and directories over HTTP to deliver website content.
Distinct from Static Websites: Shortlist candidates focused on the identity of the website or deployment automation rather than the server's capability to host static files.
Explore 1 awesome GitHub repository matching web development · Static Website Hosting. Refine with filters or upvote what's useful.
This project is an HTTP web server that delivers web content to clients using HTTP/1.1 and HTTP/2 protocols across various operating systems. It functions as a reverse proxy server, a rule-based URL rewriter, an SSL/TLS termination gateway, and a virtual host manager. The server is capable of hosting multiple distinct domains on a single instance by mapping requests to specific directory structures. It encrypts and decrypts network traffic at the server boundary to secure communication between clients and servers. Additionally, it transforms requested URLs into different paths using a regular
Serves static files and directories over HTTP to deliver website content to users.