embedio

A tiny, cross-platform, module based web server for .NET

OTHER License

Stars
1.5K
Committers
42

Bot releases are visible (Hide)

embedio - Release 1.6.10

Published by geoperez over 7 years ago

Minor changes, see commit logs

embedio - Release 1.6.5

Published by geoperez over 7 years ago

Fixed issue #74

embedio - Release 1.6.0

Published by geoperez over 7 years ago

  • Fix security issue described in #68
  • Remove support to middlware
  • Changes to async/await at HttpConnection
embedio - Release 1.5.0

Published by geoperez over 7 years ago

Remove COMPAT and add symbol CHUNKED (ignore it for now)

embedio - Release 1.4.0

Published by geoperez almost 8 years ago

We moved to Unosquare SWAN to provide JSON support and logging subsystem. If you need or want to compile EmbedIO with previous dependencies please use definition COMPAT.

Notice we may drop the COMPAT mode in future versions.

embedio - Release 1.2.5

Published by geoperez almost 8 years ago

Including suggestion from issue #56 (thanks @harper10) and updating solution to NETCORE 1.1.

embedio - Release 1.2.3

Published by geoperez almost 8 years ago

Fix issue with Partials

embedio - Release 1.2.2

Published by geoperez almost 8 years ago

Add FallbackModule

embedio - Release 1.2.1

Published by geoperez almost 8 years ago

Add a target to .NET Standard 1.6 from PR #55 (Thanks to @RonnChyran)

embedio - Release 1.2.0

Published by geoperez almost 8 years ago

Full support to WebSocket at all Runtimes (MONO, NETFX, NETCORE)

embedio - Release 1.1.2

Published by geoperez almost 8 years ago

Changes from issue #50

embedio - Release 1.1.1

Published by geoperez almost 8 years ago

Fixing issue with file permissions in StaticFileModule

embedio - Release 1.1.0

Published by geoperez about 8 years ago

Support to .NET Core.

embedio - Release 1.0.24

Published by geoperez about 8 years ago

Fix issues with Gzip encoding.

embedio - Release 1.0.23

Published by geoperez about 8 years ago

Improvements to StaticFilesModule to use Stream instead of load big byte arrays and some refactor in the code.

embedio - Release 1.0.21

Published by geoperez over 8 years ago

Add url to folder mapping for StaticFileModule. #40 Thanks to @DomasM

embedio - Release 1.0.19

Published by geoperez over 8 years ago

Check commits pls

embedio - Release 1.0.17 beta

Published by geoperez over 8 years ago

First release with new Regex strategy to improve WebApi development. Issue #28.

embedio - Release 1.0.15

Published by geoperez over 8 years ago

Issues #28 and #29

embedio - Release 1.0.14

Published by geoperez almost 9 years ago

SN Nuget