Skip to content

Commit 0dbd3ca

Browse files
committed
Merge branch 'develop' into bugfix/#111
2 parents 2781f69 + 9bbbfa4 commit 0dbd3ca

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,20 @@ public class LoggedUserPanelView : View
183183
}
184184
```
185185

186+
## Example applications
187+
188+
Below is the list of sample applications showing different variations of Simplify.Web usage:
189+
190+
* [Only as an API backend with Angular + Bootstrap UI SPA](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Angular)
191+
* [Simple Kestrel-based Application with backend page](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Kestrel)
192+
* [Kestrel-based Application with backend HTML generation, localization, authentication](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Classic)
193+
194+
![Simplify](https://raw.githubusercontent.com/SimplifyNet/Simplify.Web/master/images/screenshots/sample-app-classic.png)
195+
196+
* [Only as an API backend with Vue.js + Bootstrap UI SPA](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Vue)
197+
* [Only as an API backend with Vue.js + Element UI SPA](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Vue.Element)
198+
* [Simple Kestrel-based Application hosted as windows-service](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.WindowsServiceHosted)
199+
186200
## Contributing
187201

188202
There are many ways in which you can participate in the project. Like most open-source software projects, contributing code is just one of many outlets where you can help improve. Some of the things that you could help out with are:
41.1 KB
Loading

src/SampleApps/SampleApp.Classic/Templates/Default.tpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="text-center">
2-
Hello from OWIN self-hosted console application with HttpListener server!
2+
Hello from Kestrel-based console application with backend HTML generation, localization, authentication!
33
</div>
44

55
<div class="container-fluid">
@@ -16,7 +16,8 @@
1616
<a href="https://github.com/SimplifyNet/Simplify.Web/tree/master/src">Source code</a>
1717
</li>
1818
<li class="list-group-item">
19-
<a href="https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps">Example applications</a>
19+
<a href="https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps">Example
20+
applications</a>
2021
</li>
2122
<li class="list-group-item">
2223
<a href="https://www.nuget.org/packages?q=Simplify.Web">Nuget package and extensions</a>

0 commit comments

Comments
 (0)