Build web apps with .NET Core

With no ASP.NET Core SDK dependencies

var app = new WispHostBuilder()
    .Build()
    .ConfigureRoutes(r => r.Get("/", ctx => WispHttpResponse.Ok("Hello World")))
    .Build();

await app.RunAsync();
> curl http://localhost:6969
Hello World!
Learn More Get Started with Wisp

Open Source

Wisp is, and always will be, FOSS.

Published under the Apache 2.0 license, Wisp will always be free to use by anyone.

Super Lightweight

Under 30 total dependencies.

Zero dependency on the ASP.NET Core SDK.

Totally Self-Contained

Wisp is completely self-contained.

It can be easily embedded in any .NET application

Liquid Templates

For user-friendly templating.

Wisp supports the traditional MVC model with liquid templates.

High Performance

Wisp is lightweight and optimized for speed

Sub-millisecond TTFB on static routes

Batteries Included

A Hello World app only needs 5 lines!

Wisp does not require any configuration out of the box

Check it out on GitHub!

Join us and help shape the future of Wisp!

1

Contributors

0

Stars

1

Install