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
Copy file name to clipboardExpand all lines: README.md
+55-46Lines changed: 55 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,73 @@
1
-
### Cross-Platform .NET Core HTTP Base Flying Proxy
1
+
### Cross-Platform .NET Standard HTTP Base Flying Proxy
2
2
3
-
This project is demonstrating manage and consume distributed API - Micro Service
4
-
from different regions (endpoints) with ease.
3
+
This project is demonstrating manage and consume distributed HTTP APIs and Micro Services
4
+
from different regions (hosts) with ease.
5
5
6
-
Flying Proxy allows the management of scalable applications, trigger many operations at the same time from your clients (SPA Web App or Mobile App) and
7
-
start to consume your new resource (Backend Instance, APIs) that you can simply add.
6
+
Flying Proxy allows the management of scalable applications, trigger many operations at the same time from your clients (Desktop, Web or Mobile App) and start to consume your new resources that you can simply add.
8
7
9
8
Flying Proxy aims to:
10
9
- Simple scalability
11
10
- Effective and type-safe management of distributed architecture
12
11
- Better performance
13
12
- Maintainability
14
-
- Provide updated API or SDK usage
15
13
16
-
[Latest release on Nuget](https://www.nuget.org/packages/NetCoreStack.Proxy/)
14
+
### Sample Client (Web)
15
+
16
+
#### Add ProxySettings section to the appsettings.json
0 commit comments