|
1 | 1 |  |
2 | 2 |
|
3 | 3 | # WebExpress |
4 | | -WebExpress is a lightweight web server optimized for use in low-performance environments (e.g. Rasperry PI). By providing |
| 4 | +`WebExpress` is a lightweight web server optimized for use in low-performance environments (e.g. Rasperry PI). By providing |
5 | 5 | a powerful plugin system and a comprehensive API, web applications can be easily and quickly integrated into a .net |
6 | | -language (e.g. C#). Some advantages of WebExpress are: |
| 6 | +language (e.g. C#). Some advantages of `WebExpress` are: |
7 | 7 |
|
8 | 8 | - It is easy to use. |
9 | 9 | - It offers a variety of features and tools that can help you build and manage your website. |
10 | 10 | - It is fast and efficient and can help you save time and money. |
11 | 11 | - It is flexible and can be customized to meet your specific requirements. |
12 | 12 |
|
13 | | -The WebExpress family includes the following projects: |
| 13 | +The `WebExpress` family includes the following projects: |
14 | 14 |
|
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. |
17 | | -- [WebExpress.WebUI](https://github.com/ReneSchwarzer/WebExpress.WebUI#readme) - Common templates and controls for WebExpress applications. |
18 | | -- [WebExpress.WebIndex](https://github.com/ReneSchwarzer/WebExpress.WebIndex#readme) - Reverse index for WebExpress applications. |
19 | | -- [WebExpress.WebApp](https://github.com/ReneSchwarzer/WebExpress.WebApp#readme) - Business application template 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. |
| 17 | +- [WebExpress.WebUI](https://github.com/ReneSchwarzer/WebExpress.WebUI#readme) - Common templates and controls for `WebExpress` applications. |
| 18 | +- [WebExpress.WebIndex](https://github.com/ReneSchwarzer/WebExpress.WebIndex#readme) - Reverse index for `WebExpress` applications. |
| 19 | +- [WebExpress.WebApp](https://github.com/ReneSchwarzer/WebExpress.WebApp#readme) - Business application template for `WebExpress` applications. |
20 | 20 |
|
21 | 21 | # WebExpress.WebApp |
22 | | -WebExpress.WebApp is part of the WebExpress family. Provides a business application template for WebExpress applications. |
| 22 | +`WebExpress.WebApp` is part of the WebExpress family. Provides a business application template for `WebExpress` applications. |
23 | 23 |
|
24 | 24 | # Download |
25 | 25 | The current binaries are available for download [here](https://github.com/ReneSchwarzer/WebExpress/releases). |
26 | 26 |
|
27 | 27 | # Start |
28 | | -To get started with WebExpress, use the following links and tutorials. |
| 28 | +If you're looking to get started with `WebExpress`, we would recommend using the following documentation. It can help you understand the platform. |
29 | 29 |
|
30 | | -- [installation guide](https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/installation_guide.md) |
31 | | -- [development guide](https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/development_guide.md) |
| 30 | +- [Installation Guide](https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/installation_guide.md) |
| 31 | +- [Development Guide](https://github.com/ReneSchwarzer/WebExpress/blob/main/doc/development_guide.md) |
| 32 | +- [WebExpress.WebCore API Documentation](https://reneschwarzer.github.io/WebExpress.WebCore/) |
| 33 | +- [WebExpress.WebUI API Documentation](https://reneschwarzer.github.io/WebExpress.WebUI/) |
| 34 | +- [WebExpress.WebApp API Documentation](https://reneschwarzer.github.io/WebExpress.WebApp/) |
| 35 | +- [WebExpress.WebIndex API Documentation](https://reneschwarzer.github.io/WebExpress.WebIndex/) |
| 36 | + |
| 37 | +# Learning |
| 38 | +The following tutorials illustrate the essential techniques of `WebExpress`. These tutorials are designed to assist you, as a developer, in understanding the various aspects of `WebExpress`. Each tutorial provides a detailed, step-by-step guide that you can work through using an example. If you’re interested in beginning the development of `WebExpress` components, we would recommend you to complete some of these tutorials. |
32 | 39 |
|
33 | | -## Tutorials |
34 | 40 | - [HelloWorld](https://github.com/ReneSchwarzer/WebExpress.Tutorial.HelloWorld#readme) |
| 41 | +- [WebApp](https://github.com/ReneSchwarzer/WebExpress.Tutorial.WebApp#readme) |
| 42 | +- [WebIndex](https://github.com/ReneSchwarzer/WebExpress.Tutorial.WebIndex#readme) |
35 | 43 |
|
36 | 44 | # Tags |
37 | | -#WebExpress #BusinessApplication |
| 45 | +#WebApp #WebExpress #BusinessApplication #DotNet #NETCore |
0 commit comments