Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robzhu committed May 11, 2020
1 parent 74e0018 commit 8d8c4b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -37,4 +37,14 @@ npm run push-redis
# open push-redis/index.html in two browser tabs
```

## Native client (.net)

You will need .net core 3.1.

```
cd dotnet-client && dotnet restore
# make sure the server is running
dotnet run
```

See the [blog post](https://updateloop.dev/lets-build-you-have-been-logged-out/) for more a more detailed explanation.

0 comments on commit 8d8c4b7

Please sign in to comment.