You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`WebExpress` is a lightweight web server optimized for use in low-performance environments (e.g. Rasperry PI). By providing a powerful plugin system and a comprehensive API, web applications can be easily and quickly integrated into a .net language (e.g. C#). Some advantages of `WebExpress` are:
@@ -10,18 +10,18 @@
10
10
11
11
The `WebExpress` family includes the following projects:
12
12
13
-
-[WebExpress](https://github.com/ReneSchwarzer/WebExpress#readme) - The web server for `WebExpress` applications and the documentation.
14
-
-[WebExpress.WebCore](https://github.com/ReneSchwarzer/WebExpress.WebCore#readme) - The core for `WebExpress` applications.
15
-
-[WebExpress.WebUI](https://github.com/ReneSchwarzer/WebExpress.WebUI#readme) - Common templates and controls for `WebExpress` applications.
16
-
-[WebExpress.WebIndex](https://github.com/ReneSchwarzer/WebExpress.WebIndex#readme) - Reverse index for `WebExpress` applications.
17
-
-[WebExpress.WebApp](https://github.com/ReneSchwarzer/WebExpress.WebApp#readme) - Business application template for `WebExpress` applications.
13
+
-[WebExpress](https://github.com/webexpress-framework/WebExpress#readme) - The web server for `WebExpress` applications and the documentation.
14
+
-[WebExpress.WebCore](https://github.com/webexpress-framework/WebExpress.WebCore#readme) - The core for `WebExpress` applications.
15
+
-[WebExpress.WebUI](https://github.com/webexpress-framework/WebExpress.WebUI#readme) - Common templates and controls for `WebExpress` applications.
16
+
-[WebExpress.WebIndex](https://github.com/webexpress-framework/WebExpress.WebIndex#readme) - Reverse index for `WebExpress` applications.
17
+
-[WebExpress.WebApp](https://github.com/webexpress-framework/WebExpress.WebApp#readme) - Business application template for `WebExpress` applications.
18
18
19
19
`WebExpress` is part of the `WebExpress` family. The project provides a web server for `WebExpress` applications.
20
20
21
21
To get started with `WebExpress`, use the following links.
How to tutorial to demonstrate a simple `WebExpress` application. The application includes the creation of a home page that displays this tutorial and an info page with information about the application.
@@ -486,7 +486,7 @@ Now you have created a new solution and are ready to proceed with the next steps
486
486
app.label=WebExprss Application
487
487
app.description=A Tutorial how to demonstrate a simple WebExpress application.
app.version.label={0} version {1} created with {2} version {3}.
492
492
@@ -503,7 +503,7 @@ Now you have created a new solution and are ready to proceed with the next steps
503
503
```
504
504
505
505
## Add the Assets
506
-
- Add assets to the `WebApp` project. You can get the assets for this tutorial here: https://github.com/ReneSchwarzer/WebExpress.Tutorial.WebApp/tree/main/WebApp/Assets/img
506
+
- Add assets to the `WebApp` project. You can get the assets for this tutorial here: https://github.com/webexpress-framework/WebExpress.Tutorial.WebApp/tree/main/WebApp/Assets/img
0 commit comments