Skip to content

randhirkumarcse/SignalR-Client-Swift

 
 

Repository files navigation

SwiftSignalRClient

A Swift SignalR Client for the Asp.Net Core version of SignalR

Installation

Cocoapods

  • 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.

Samples

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)

About

Swift SignalR Client for Asp.Net Core SignalR server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.2%
  • C# 2.4%
  • Other 1.4%