=====================
Rebex Tiny Web Server
=====================

Free minimalist web server for testing purposes.
No setup, TLS 1.3/1.2 support and up-to-date TLS cipher support.
Legacy TLS 1.1/1.0 and SSL 3.0 supported as well.

https://www.rebex.net/tiny-web-server/


## Usage
-------------------------------------
Just run the executable and press the 'Start' button.
If needed, configure it by editing `RebexTinyWebServer.exe.config`.


## Licensing
-------------------------------------
Rebex Tiny Web Server binary is free for both commercial and non-commercial use.

The project depends on Rebex TLS library (https://www.rebex.net/tls/),
a commercial .NET component. See https://www.rebex.net/shop/faq/ for details.

The project also depends on HttpMachine library (https://github.com/1iveowl/HttpMachine.PCL),
which is available under MIT license.

See LICENSE.txt for details.

