Skip to main content
EmbedIO package icon

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

Total Downloads
3.2M
3,243,105
Published
Sep 24, 2018
Latest stable version

Install

.NET CLI
dotnet add package EmbedIO --version 2.0.0-rc2
Package Manager Console
Install-Package EmbedIO -Version 2.0.0-rc2
PackageReference
<PackageReference Include="EmbedIO" Version="2.0.0-rc2" />

Frameworks

.NETFramework4.5.2 .NETFramework4.7 .NETStandard1.3 .NETStandard2.0 UAP10.0

Dependencies

Unosquare.Swan.Lite
.NETFramework4.5.2
[0.34.0, )
Unosquare.Swan.Lite
.NETFramework4.7
[0.34.0, )
NETStandard.Library
.NETStandard1.3
[1.6.1, )
[4.3.0, )
System.Threading.Timer
.NETStandard1.3
[4.3.0, )
System.ObjectModel
.NETStandard1.3
[4.3.0, )
System.IO.Compression
.NETStandard1.3
[4.3.0, )
[4.3.0, )
[4.3.0, )
System.Net.Requests
.NETStandard1.3
[4.3.0, )
[4.3.0, )
Unosquare.Swan.Lite
.NETStandard1.3
[0.34.0, )
Unosquare.Swan.Lite
.NETStandard2.0
[0.34.0, )
[4.3.0, )
[0.34.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

This version is marked prerelease. Validate its API and upgrade path before production use.

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.