Skip to content

Commit 63c881a

Browse files
Merge pull request #3 from ReneSchwarzer/develop
texts added
2 parents 0a5aeb0 + ad80d12 commit 63c881a

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![WebExpress logo](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress.Doc/main/icon.png)
1+
![WebExpress](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress.Doc/main/assets/banner.png)
22

33
# WebExpress
44
WebExpress is a lightweight web server optimized for use in low-performance environments (e.g. Rasperry PI). By providing
@@ -10,5 +10,22 @@ language (e.g. C#). Some advantages of WebExpress are:
1010
- It is fast and efficient and can help you save time and money.
1111
- It is flexible and can be customized to meet your specific requirements.
1212

13+
The WebExpress family includes the following projects:
14+
15+
- [WebExpress (core)](https://github.com/ReneSchwarzer/WebExpress#readme) - The core for WebExpress applications.
16+
- [WebExpress.WebUI](https://github.com/ReneSchwarzer/WebExpress.WebUI#readme) - Common templates and controls for WebExpress applications.
17+
- [WebExpress.WebIndex](https://github.com/ReneSchwarzer/WebExpress.WebIndex#readme) - Reverse index for WebExpress applications.
18+
- [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+
# Start
22+
To get started with WebExpress, use the following links and tutorials.
23+
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)
26+
27+
## Tutorials
28+
- [HelloWorld](https://github.com/ReneSchwarzer/WebExpress.Tutorial.HelloWorld#readme)
29+
1330
# Tags
14-
#Raspberry #Raspbian #IoT #NETCore #WebExpress
31+
#NETCore #WebExpress

assets/banner.png

7.82 MB
Loading

doc/development_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[WebExpress logo](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress/icon.png)
1+
![WebExpress logo](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress.Doc/main/icon.png)
22

33
# WebExpress
44
WebExpress is a lightweight web server that has been optimized for use in low-performance

doc/installation_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![WebExpress logo](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress/icon.png)
1+
![WebExpress logo](https://raw.githubusercontent.com/ReneSchwarzer/WebExpress.Doc/main/icon.png)
22

33
# General
44
WebExpress is a lightweight web server that has been optimized for use in low-performance environments. Even on

0 commit comments

Comments
 (0)