A Swift SignalR Client for the Asp.Net Core version of SignalR
- add the following lines to your
Podfile
:use_frameworks! pod 'SwiftSignalRClient'
- run:
pod install
Add #import SwiftSignalRClient
to swift files you would like to use the client in.
The repo contains samples for:
The samples require a running server. To start the server go to the TestServer
folder in terminal and run:
dotnet run
(Requires .NET Core SDK 2.1.300 or later)