var app = new WispHostBuilder()
.Build()
.ConfigureRoutes(r => r.Get("/", ctx => WispHttpResponse.Ok("Hello World")))
.Build();
await app.RunAsync();
> curl http://localhost:6969
Hello World!
Wisp is, and always will be, FOSS.
Published under the Apache 2.0 license, Wisp will always be free to use by anyone.
Under 30 total dependencies.
Zero dependency on the ASP.NET Core SDK.
Wisp is completely self-contained.
It can be easily embedded in any .NET application
For user-friendly templating.
Wisp supports the traditional MVC model with liquid templates.
Wisp is lightweight and optimized for speed
Sub-millisecond TTFB on static routes
A Hello World app only needs 5 lines!
Wisp does not require any configuration out of the box
Join us and help shape the future of Wisp!
1
Contributors
0
Stars
1
Install