Wisp Framework
Wisp is an open-source, cross-platform, embeddable web framework for building small, lightweight applications. It does not depend on any part of the ASP.NET Core SDK, runs on any platform supported by .NET Core and works with any .NET language. It's specifically designed for embedding in existing applications so it's fully self-contained and has no special environment requirements.
Warning! Wisp is in very early stages of development and production use is not recommended. Every release, even minor, might introduce significant breaking changes.
Learn more about Wisp
Contribute to Wisp
Get Started
Follow the Getting Started guide.
All you need to start developing with Wisp is the .NET Core SDK 10+ and a text editor.
Minimal Example
dotnet new install Wisp.Framework.Templates
dotnet new wisp.mvc
dotnet run
And go to http://localhost:6969
License
This project is dual-licensed under either:
at your option.