-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26a1b54
commit f6ffa89
Showing
5 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Yllibed Http Server - JSON extension | ||
|
||
This is a simple extension to the Yllibed.HttpServer which allows to serve JSON content, using Newtonsoft's Json.NET library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# Yllibed Http Server | ||
|
||
This is a versatile http server designed to be used any applications which need to expose a simple web server. | ||
|
||
There is no dependencies on ASP.NET or other frameworks, it is self-contained. | ||
|
||
Common use cases are: | ||
* Return URL for OAuth2 authentication using external browser | ||
* Remote diagnostics/monitoring on your app | ||
* Building a headless Windows IoT app (for SSDP discovery or simply end-user configuration) | ||
* Any other use case where you need to expose a simple web server | ||
|
||
Limitations: | ||
* There is no support for HTTP 2.0+ (yet) or WebSockets | ||
* There is no support for HTTPS (TLS) | ||
* This HTTP server is not designed for performance or high capacity | ||
* It's perfect for small applications, or small need | ||
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters