Skip to content

Commit a5c054c

Browse files
Gencebay DemirGencebay Demir
authored andcommitted
README updated
1 parent e6f881d commit a5c054c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Clients (for example MVC Web Application Hosting) and at the same time may
88
client can be a Browser (User-Agent) then you can manage your connections and domain data transfer
99
operations with same interfaces.
1010

11+
[Latest release on Nuget]("https://www.nuget.org/packages/NetCoreStack.WebSockets/")
12+
13+
1114
### Usage for API - Service Layer
1215

1316
#### Startup ConfigureServices
@@ -58,8 +61,12 @@ services.AddMvc();
5861
```csharp
5962
// Proxy (Domain App) Client WebSocket - DMZ to API side connections
6063
app.UseProxyWebSockets();
64+
6165
// User Agent WebSockets for Browsers
6266
app.UseNativeWebSockets();
67+
68+
// Use MVC
69+
app.UseMvc();
6370
```
6471

6572
#### Invocator With Dependency Injection on Clients

0 commit comments

Comments
 (0)