CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

FeathersSwiftSocketIO 4.0.0

FeathersSwiftSocketIO 4.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2018
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Brendan Conron.



  • By
  • startupthekid

What is FeathersSwiftSocketIO?

FeathersSwiftRest is a SocketIO provider for FeathersSwift.

Usage

To use FeathersSwiftSocket, create an instance of SocketProvider and initialize your FeathersSwift application:

let feathersRestApp = Feathers(provider: SocketProvider(baseURL: URL(string: "https://myawesomefeathersapi.com")!, configuration: [], timeout: 5))

Configuration options can be found on SocketIO's github.

That's it! Your feathers application will now support a real-time socketio api.

NOTE: This framework does not support watchOS due to limitations with the internal SocketIO library.