https://www.sisk-framework.org/ [Icon] Sisk Framework [ ] Home Get Started Fast. Robust. Predictable. Sisk is an lightweight web framework designed for fast and robust development, which allows you to take the full control of what you want to do. Get started Contribute [Icon-HQ] using Sisk.Core.Http; using Sisk.Core.Routing; class Program { static void Main(string[] args) { using var app = HttpServer.CreateBuilder(host => { host.UseListeningPort("http://localhost:5000/"); }).Build(); app.Router.MapGet("/", request => { return new HttpResponse(200) .WithContent("Hello, world!"); }); app.Start(); } } Robustness hidden in it's simplicity Sisk allows you to create quick or large projects with as less code as possible, quickly, focused on enabling development your way. With Sisk you can create: [icons8-mod] Microservices [icons8-res] Restful APIs [icons8-clo] Cloud services [icons8-bin] Native AOT apps [icons8-gam] Game servers [icons8-onl] Websockets [icons8-fol] File servers [icons8-plu] And more! Simple and robust development. Sisk can do web development the way you want. Create MVC, MVVC, SOLID applications, or any other design pattern you're interested in. * Lightweight: robust projects tested in small, low-cost, low-performance environments and got good results. The entire Sisk ecosystem is less than 500kb in size! * Open-source: the entire Sisk ecosystem is open source, and all the libraries and technologies we use must be open source as well. Sisk is entirely distributed under the MIT License, which allows the commercial development. * Sustainable: you are the one who makes the project, Sisk gives you the tools. Because it is open source, the community (including you) can maintain, fix bugs and improve Sisk over time. [Starting] Get started with Sisk: dotnet add package Sisk.HttpServer [dotnet-ami] A single development for everything .NET provides. Get all the firepower of .NET in your project, and export the same code to Windows, Linux or Mac. The world's leading organizations are powered by .NET and trust Microsoft to make .NET the industry's best choice for their mission-critical software. Sisk is very inspired by .NET development methodologies, making him feel at home when working with the framework. Start using Sisk Read our documentation that has been prepared to get you started with Sisk today. Fork Sisk Collaborate, edit, build, access our code repository. Install Sisk Access the Nuget repository to find details on how to get started with Sisk. Sisk web framework Sisk was built to change the way of developing HTTP servers and handing development control to the developer. Sisk is a free, open source project created and maintained by Project Principium. Sisk is distributed under The MIT License. Copyright 2022 Project Principium/CypherPotato. Some icons is provided by Icons8 and Line Awesome. [no-bg-ico]