Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

feathersjs-ecosystem/feathers-swift-socketio

Open more actions menu

Repository files navigation

FeathersSwiftSocketIO

Carthage compatible CocoaPods compatible GitHub release Swift 4.0.x platforms Build Status

What is FeathersSwiftSocketIO?

FeathersSwiftRest is a SocketIO provider for FeathersSwift.

Installation

Cocoapods

pod `FeathersSwiftSocketIO`

Carthage

Add the following line to your Cartfile:

github "feathersjs-ecosystem/feathers-swift-socketio"

Usage

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

let manager = SocketManager(socketURL: URL(string: "https://myawesomefeathersapi.com")!, config: [.log(true), .compress])
let provider = SocketProvider(manager: manager, timeout: 5)
let feathersSocketApp = Feathers(provider: provider)

Configuration options can be found on SocketIO's github.

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

About

FeathersSwift SocketIO Transport Provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.