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.
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.
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.
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.
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.
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.
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 …
MongoDB vs PostgreSQL when to use each: compare ACID compliance, scalability, schema flexibility, and query power. Choose the right database for your project.
Learn how to design RESTful APIs for web applications with best practices on URIs, HTTP methods, versioning, and documentation. Build scalable, intuitive APIs that developers love.
Learn how to implement JWT authentication securely in your web API. This complete guide covers token issuance, validation, best practices, and production security.
Learn how to reduce hallucination in LLMs with 7 proven techniques from peer-reviewed research. Boost accuracy and reliability in your AI applications today.
Learn what is a large language model, how AI like ChatGPT works, key capabilities, limitations, and practical uses. Understand LLMs in plain English.
Google and Quantinuum have reached the threshold of scalable quantum error correction. Learn how this changes the future of quantum computing and who benefits from the breakthrough.
Learn what is MLOps and why it is important for AI success. Discover key concepts, benefits, and how it bridges data science and operations for scalable ML.
Learn what are data structures and why they are important for efficient software. Discover types, real-world impact, and how they shape modern computing.
Discover how to learn Python for beginners with this step-by-step roadmap. Master fundamentals, data structures, and build real projects. Start your coding journey today.
Compare REST API vs GraphQL side-by-side. Learn which architecture fits your project with data on performance, caching, cost, and scalability. Make the right choice.