1- ![ WebExpress] ( https://raw.githubusercontent.com/ReneSchwarzer/WebExpress.Doc /main/assets/banner.png )
1+ ![ WebExpress] ( https://raw.githubusercontent.com/ReneSchwarzer/WebExpress/main/assets/banner.png )
22
33# WebExpress
44WebExpress is a lightweight web server optimized for use in low-performance environments (e.g. Rasperry PI). By providing
@@ -12,20 +12,36 @@ language (e.g. C#). Some advantages of WebExpress are:
1212
1313The WebExpress family includes the following projects:
1414
15- - [ WebExpress (core)] ( https://github.com/ReneSchwarzer/WebExpress#readme ) - The core for WebExpress applications.
15+ - [ WebExpress] ( https://github.com/ReneSchwarzer/WebExpress#readme ) - The web server for WebExpress applications and the documentation.
16+ - [ WebExpress.WebCore] ( https://github.com/ReneSchwarzer/WebExpress.WebCore#readme ) - The core for WebExpress applications.
1617- [ WebExpress.WebUI] ( https://github.com/ReneSchwarzer/WebExpress.WebUI#readme ) - Common templates and controls for WebExpress applications.
1718- [ WebExpress.WebIndex] ( https://github.com/ReneSchwarzer/WebExpress.WebIndex#readme ) - Reverse index for WebExpress applications.
1819- [ WebExpress.WebApp] ( https://github.com/ReneSchwarzer/WebExpress.WebApp#readme ) - Business application template for WebExpress applications.
19- - [ WebExpress.Server] ( https://github.com/ReneSchwarzer/WebExpress.Server#readme ) - The web server for WebExpress applications.
20+
21+ WebExpress is part of the WebExpress family. The project provides a web server for WebExpress applications.
22+
23+ # Libraries used
24+ - https://github.com/dotnet/core (MIT)
25+ - https://getbootstrap.com/ (MIT)
26+ - https://www.chartjs.org (MIT)
27+ - https://jquery.com/ (MIT)
28+ - https://summernote.org/ (MIT)
29+ - https://popper.js.org/ (MIT)
30+ - https://github.com/kurtobando/simple-tags (MIT)
31+ - https://github.com/uxsolutions/bootstrap-datepicker (Apache 2.0)
32+ - https://github.com/xoofx/markdig (BSD-2-Clause license)
33+
34+ # Download
35+ The current binaries are available for download [ here] ( https://github.com/ReneSchwarzer/WebExpress/releases ) .
2036
2137# Start
2238To get started with WebExpress, use the following links and tutorials.
2339
24- - [ installation guide] ( https://github.com/ReneSchwarzer/WebExpress.Doc /blob/main/doc/installation_guide.md )
25- - [ development guide] ( https://github.com/ReneSchwarzer/WebExpress.Doc /blob/main/doc/development_guide.md )
40+ - [ installation guide] ( https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/installation_guide.md )
41+ - [ development guide] ( https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/development_guide.md )
2642
2743## Tutorials
2844- [ HelloWorld] ( https://github.com/ReneSchwarzer/WebExpress.Tutorial.HelloWorld#readme )
2945
3046# Tags
31- #NETCore # WebExpress
47+ #WebExpress #WebServer
0 commit comments