# Servery & Hosting — Technology Catalog

Webové servery, hosting platformy a CDN poskytovatelia

## nginx

- **Status:** 🟢 Modern — Dominant web server with over 30% market share. Actively developed with regular addition of new features including HTTP/3 and QUIC support.
- **Description:** High-performance web server and reverse proxy. nginx is known for its stability, low memory footprint, and ability to handle a large number of concurrent connections. It is also used as a load balancer and HTTP cache.
- **Web:** https://nginx.org
- **Docs:** https://nginx.org/en/docs/
- **GitHub:** https://github.com/nginx/nginx
- **License:** BSD-2-Clause
- **First release:** 2004

## Apache HTTP Server

- **Status:** 🟡 Mature — Still widely used but gradually losing market share to nginx. Actively maintained with support for modern protocols, well-suited for shared hosting.
- **Description:** The oldest and most widely used open-source web hosting solution. Apache offers a modular architecture with an extensive ecosystem of modules. It supports .htaccess files for decentralized directory-level configuration.
- **Web:** https://httpd.apache.org
- **Docs:** https://httpd.apache.org/docs/
- **GitHub:** https://github.com/apache/httpd
- **License:** Apache-2.0
- **First release:** 1995

## LiteSpeed

- **Status:** 🟢 Modern — Growing popularity especially in the hosting segment. Excellent Apache compatibility and superior performance when processing PHP requests.
- **Description:** High-performance web server compatible with Apache configuration. LiteSpeed offers built-in caching, anti-DDoS protection, and native HTTP/3 support. OpenLiteSpeed is the open-source version available under the GPL license.
- **Web:** https://www.litespeedtech.com
- **Docs:** https://docs.litespeedtech.com
- **GitHub:** https://github.com/litespeedtech/openlitespeed
- **License:** Proprietary / GPL-3.0 (OpenLiteSpeed)
- **First release:** 2003

## Vercel

- **Status:** 🟢 Modern — Leader in the frontend deployment space. Creator of Next.js with deep integration and support for cutting-edge web technologies.
- **Description:** Cloud platform optimized for frontend frameworks, especially Next.js. Vercel offers automatic Git-based deployment, edge functions, and a global CDN network. An ideal solution for JAMstack and serverless architecture.
- **Web:** https://vercel.com
- **Docs:** https://vercel.com/docs
- **License:** Proprietary
- **First release:** 2015

## Netlify

- **Status:** 🟢 Modern — Popular for JAMstack websites and static sites. Strong community and plugin ecosystem with continuously added new features.
- **Description:** Platform for modern web projects with automatic CI/CD. Netlify offers serverless functions, form handling, and identity management. It supports most static site generators and frontend frameworks.
- **Web:** https://www.netlify.com
- **Docs:** https://docs.netlify.com
- **License:** Proprietary
- **First release:** 2014

## Cloudflare

- **Status:** 🟢 Modern — Dominant player in CDN and web security. Cloudflare Workers and Pages extend the platform with serverless hosting and full-stack deployment.
- **Description:** Global network for web security and performance. Cloudflare provides CDN, DDoS protection, DNS, SSL, and Workers for edge computing. One of the largest network infrastructures in the world with presence in over 300 cities.
- **Web:** https://www.cloudflare.com
- **Docs:** https://developers.cloudflare.com
- **License:** Proprietary
- **First release:** 2009

## AWS CloudFront

- **Status:** 🟢 Modern — Part of the largest cloud ecosystem. Advanced features like real-time metrics, field-level encryption, and origin failover.
- **Description:** Content Delivery Network by Amazon Web Services. CloudFront distributes content through a global network of edge locations with low latency. Deep integration with other AWS services such as S3, Lambda@Edge, and Shield.
- **Web:** https://aws.amazon.com/cloudfront
- **Docs:** https://docs.aws.amazon.com/cloudfront/
- **License:** Proprietary
- **First release:** 2008

## GitHub Pages

- **Status:** 🟢 Modern — Popular for open-source documentation and personal sites. Simple workflow with automatic deployment on every push to the repository.
- **Description:** Free static hosting directly from a GitHub repository. Supports Jekyll for static site generation and custom domains with HTTPS. Ideal for documentation, portfolios, and simple websites.
- **Web:** https://pages.github.com
- **Docs:** https://docs.github.com/en/pages
- **License:** Proprietary
- **First release:** 2008

## Render

- **Status:** 🟢 Modern — Rapidly growing platform popular among developers. Offers a free tier and transparent pricing with no hidden fees.
- **Description:** Modern cloud platform for hosting websites, APIs, and databases. Render offers automatic Git-based deployment, managed databases, and native Docker support. An alternative to Heroku focused on simplicity.
- **Web:** https://render.com
- **Docs:** https://docs.render.com
- **License:** Proprietary
- **First release:** 2018

## Fly.io

- **Status:** 🟢 Modern — Innovative approach to edge deployment with a growing community. Well-suited for latency-sensitive applications and distributed systems.
- **Description:** Platform for running applications close to users on a global network. Fly.io converts Docker containers into micro-VMs using Firecracker. Supports multiple runtime environments and global distribution with low latency.
- **Web:** https://fly.io
- **Docs:** https://fly.io/docs
- **License:** Proprietary
- **First release:** 2017

## Akamai

- **Status:** 🟡 Mature — Enterprise standard for CDN and web security. Extensive global infrastructure with advanced edge computing capabilities.
- **Description:** One of the oldest and largest CDN networks in the world. Akamai serves up to 30% of global web traffic and offers comprehensive solutions for security, performance, and content availability. Used by the world's largest companies.
- **Web:** https://www.akamai.com
- **Docs:** https://techdocs.akamai.com
- **License:** Proprietary
- **First release:** 1998

## Fastly

- **Status:** 🟢 Modern — Preferred CDN for technology companies. Outstanding cache invalidation speed and advanced edge computing capabilities.
- **Description:** Edge cloud platform focused on performance and programmability. Fastly offers a real-time CDN with instant cache invalidation and Compute@Edge for serverless at the network edge. Built on VCL and WebAssembly.
- **Web:** https://www.fastly.com
- **Docs:** https://docs.fastly.com
- **License:** Proprietary
- **First release:** 2011

## Microsoft IIS

- **Status:** 🟡 Mature — Still relevant in the .NET ecosystem, but market share is declining. Full support for ASP.NET Core and modern web standards.
- **Description:** Web server integrated into the Windows Server operating system. IIS offers native ASP.NET support, robust management, and built-in diagnostics. Primarily used in enterprise environments built on Microsoft technologies.
- **Web:** https://www.iis.net
- **Docs:** https://learn.microsoft.com/en-us/iis/
- **License:** Proprietary
- **First release:** 1995

