Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nerdsupremacist/SyncWebSocketClient

Repository files navigation

Sync

Swift Package Manager Twitter: @nerdsupremacist

Sync WebSocket Client

This provides a connection to consume a synced object from a WebSocket using Sync.

Installation

Swift Package Manager

You can install Sync WebSocket Client via Swift Package Manager by adding the following lines to your Package.swift:

import PackageDescription

let package = Package(
    [...]
    dependencies: [
        .package(url: "https://github.com/nerdsupremacist/Sync.git", from: "0.1.0"),
        .package(url: "https://github.com/nerdsupremacist/SyncWebSocketClient.git", from: "0.1.0"),
    ]
)

Contributions

Contributions are welcome and encouraged!

License

Sync WebSocket Client is available under the MIT license. See the LICENSE file for more info.

About

Web Socket Client support for Sync

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages