Tag
Cro is a set of Raku libraries for building reactive distributed systems, featuring an HTTP server with router, WebSocket support, and asynchronous pipelines.
Vercel now supports running any Dockerfile, allowing developers to deploy containerized HTTP services (Go, Rails, Spring Boot, etc.) directly on Vercel's Fluid compute platform with autoscaling, preview deployments, and pay-per-CPU usage.
Gjallarhorn is a from-scratch web framework for the Odin programming language, providing an HTTP server, router, middleware, template engine, and ORM with PostgreSQL support, all with no external dependencies.
A comprehensive guide on how an HTTP server works, covering networking protocols, chunked encoding, state machines, parser writing, and concurrency basics, with instructions to build one yourself.