Skip to content

skerkewitz/SwignalR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwignalR

A SignalR client implementation in Swift (port of SignalR-ObjC).

For a good overview of SignalR have a lock here: SignalR on the wire - an informal description of the signalr SignalR

Supported transports

This library only supports WebSockets and LongPolling. The main reasons is that WebSocket is the best transport for almost all cases and LongPolling can be used as fallback.

Work in progress

This project is work in progress and has probably still a few bugs here and there.

Dependencies

Cocoapod

As long as SwignalR is not stable I will no create a public cocoapod. However, if you would like to tryout SwignalR you can just add

pod 'SwignalR', :git => 'https://github.com/skerkewitz/SwignalR'

into your podfile. This will add the lastest version from the master branch into your project - which maybe broken at some times.

Alternatives

  • SwiftR SignalR client in JavaScript, running in a WebView, wrapped in Swift.
  • SignalR-ObjC SignalR client in Objective-C.

About

A SignalR client implementation in Swift (port of https://github.com/skerkewitz/SignalR-ObjC).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published