EmbedIO
A tiny, cross-platform, module based, MIT-licensed web server for .NET Framework and .NET Core. Written entirely in C#, using our helpful library SWAN Network operations use the async/await pattern: Responses are handled asynchronously Cross-platform[1]: tested in Mono on Windows and on a custom Yocto image for the Raspberry Pi Extensible: Write your own modules -- For example, video streaming, UPnP, etc. Check out EmbedIO Extras for additional modules. Small memory footprint Create REST APIs quickly with the out-of-the-box Web API module Serve static files with 1 line of code (also out-of-the-box) Handle sessions with the built-in LocalSessionWebModule WebSockets support (see notes below) CORS support. Origin, Header and Method validation with OPTIONS preflight Supports HTTP 206 Partial Content
Install
dotnet add package EmbedIO --version 1.14.0
Install-Package EmbedIO -Version 1.14.0
<PackageReference Include="EmbedIO" Version="1.14.0" />
Frameworks
Dependencies
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.
The published metadata declares 16 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.