Discover Sisk | Documentation | Changelogs | Benchmarks
Sisk is a web development framework that is lightweight, agnostic, easy, simple, and robust. The perfect choice for your next project.
You can get started with Sisk here or build the documentation repository here.
For information about release notes, changelogs and API breaking changes, please refer to changelogs archive.
You can install the latest release from Nuget packages:
dotnet add package Sisk.HttpServer
In this repository, you have the source code of:
- Sisk.HttpServer: the Sisk Framework mainframe and core functions.
- Sisk.BasicAuth: the basic authentication package which provides helper request handlers for handling authentication.
- Sisk.ServiceProvider: (obsolete) the Service Providers utility package for porting your Sisk app between environments. This package is indeed to work with version 0.15 and olders, as 0.16 has it implemented on it's core package.
The Sisk core idea is to create a service that runs on the internet and follows the pattern you define. Moreover, Sisk is a framework that adapts to how you want it to work, not the other way around.
Due to its explicit nature, its behavior is predictable. The main differentiator from ASP.NET is that Sisk can be up and running in very few lines of code, avoiding unnecessary configurations, and requiring the minimum setup to get your server working. Additionally, it does not demand any additional .NET SDK packages to develop, as the base package of .NET 6 is sufficient to start your development with Sisk.
It can handle multiple requests asynchronously, provides useful tools to manage and accelerate web development.
using Sisk.Core.Http;
class Program
{
static async Task Main(string[] args)
{
using var app = HttpServer.CreateBuilder(5555).Build();
app.Router.MapGet("/", request =>
{
return new HttpResponse("Hello, world!");
});
await app.StartAsync(); // 🚀 app is listening on http://localhost:5555/
}
}
You can learn more about Sisk on it's website.
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.
- 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.
The entire Sisk ecosystem is licensed under the MIT License.
This project has been alive since 2022 and has been actively built and maintained since date. This development involves time, which is an cost, and cost is money. If you want to contribute in addition to contributing to the source code, feel free to contribute a small amount transaction using one of the addresses below.
Your contribution is very valuable. Thanks!
Monero (XMR)
4441KuSQzwpeHvN1rznuVD39CLYpLCvcmPaFwYtQ5r9Q25dWgv2YwyaDn48szTtWvwaJFKicpQUXNCtbPcw3Qvmn8GtgzDf
Brazilian Pix
4d93aaa8-23ce-4f83-8cfd-1a1d7d44ecec