Sisk is a lightweight, open-source HTTP server library for .NET, built independently of ASP.NET Core. It offers routing, request handling, middleware, logging, WebSockets, and server-sent events without the overhead of the full ASP.NET Core stack. The post walks through creating a basic Sisk app in a .NET console project, defining endpoints, using route values, and organizing endpoints into separate classes. Use cases include local backends, distributed microservices, and containerized deployments, with Native AOT support enabling small, efficient images.
3 Impressions