Search Articles — Sudonull

Search Results

In this project

HTTP/2 and HTTP/3 in Angie: configuration and performance

https://sudonull.com/http-2-and-http-3-in-angie-configuration-and-performance

Technical guide to enabling HTTP/2 and HTTP/3 in the Angie web server. Parameters, limitations, QUIC, TLS 1.3, and monitoring. For middle/senior devops.

HTTP Latency Diagnostics: from Nginx to the Kernel

https://sudonull.com/http-latency-diagnostics-from-nginx-to-the-kernel

Searching for causes of latency in the HTTP pipeline. Analysis of Nginx logs, Server-Timing, and TCP_INFO for quick localization of bottlenecks.

TCP server in iOS on POSIX sockets

https://sudonull.com/tcp-server-in-ios-on-posix-sockets

Implementation of TCP server in iOS app via BSD sockets. POSIX API, HTTP parsing, file serving. Code and explanations for middle/senior iOS dev. Test locally.

Proxy on C# with FTP authentication

https://sudonull.com/proxy-on-c-with-ftp-authentication

Implementation of a universal proxy server on C# for HTTP/HTTPS/FTP. Automatic credential substitution, code with async/await. Setup and launch instructions for developers.

Immich 2.6: self-hosted photo updates

https://sudonull.com/immich-2-6-self-hosted-photo-updates

Immich 2.6 improves synchronization, search and administration for self-hosted media. HTTP/3, schema-check, mobile fixes. Deploy Docker and test.

From the web

http-server - npm

https://www.npmjs.com/package/http-server

http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development and …

http-server: a simple static HTTP server - GitHub

https://github.com/http-party/http-server

http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development and …

Welcome! - The Apache HTTP Server Project

https://httpd.apache.org/

Jun 8, 2026 · Get Apache HTTP source code from the download page and consult the installation guide for platform-specific instructions on building and configuring your server.

http.server — HTTP servers — Python 3.14.6 documentation

https://docs.python.org/3/library/http.server.html

2 days ago · If set to 'HTTP/1.1', the server will permit HTTP persistent connections; however, your server must then include an accurate Content-Length header (using send_header ()) in all of its …

Best Open Source HTTP Servers 2026 - SourceForge

https://sourceforge.net/directory/http-servers/

Apr 15, 2026 · Browse free open source HTTP Servers and projects below. Use the toggles on the left to filter open source HTTP Servers by OS, license, language, programming language, and project status.

HTTP - voidtools

https://www.voidtools.com/support/everything/http/

The Everything HTTP server is a web server that allows you to search and access your files from a web browser. In Everything, From the Tools menu, click Options. Check Enable HTTP server. Click OK. …

Hypertext Transfer Protocol - HTTP - GeeksforGeeks

https://www.geeksforgeeks.org/html/what-is-http/

Jan 17, 2026 · HTTP (Hypertext Transfer Protocol) is a core Internet protocol that defines how data is exchanged between clients and servers on the web. Enables communication between web browsers …

Simple HTTP Server - Apps on Google Play

https://play.google.com/store/apps/details?id=com.phlox.simpleserver&hl=en-US

Jul 10, 2026 · Introducing "Simple HTTP Server" for Android - your essential tool for experiments, prototyping, and easy file sharing across devices. Host a local HTTP server with static content...

7 Different Types of Web Servers: Complete Web Server List

https://www.cantech.in/blog/types-of-web-server/

Mar 16, 2026 · Choosing the right web server is essential for website performance, reliability, and scalability. In this guide, we’ll explore the different types of web servers including Apache, Nginx, …

Introduction to Web Server - GeeksforGeeks

https://www.geeksforgeeks.org/node-js/web-server-and-its-type/

Apr 28, 2026 · System that stores and delivers web content to users over the internet is known as a web server, which primarily uses HTTP or HTTPS protocols. An HTTP server specifically focuses on …

Trending Now