Skip to content

nerdsupremacist/SyncWebSocketWebAssemblyClient

Repository files navigation

Sync

Swift Package Manager Twitter: @nerdsupremacist

Sync WebSocket WebAssemly Client

This provides a connection to consume a synced object from a WebSocket using Sync. It's just like SyncWebSocketClient, except that it's designed to work on WebAssembly instead of Apple Platforms.

Sync

Installation

Swift Package Manager

You can install Sync WebSocket WebAssemly 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: "1.0.0"),
        .package(url: "https://github.com/nerdsupremacist/SyncWebSocketWebAssemblyClient.git", from: "0.1.0"),
    ]
)

Contributions

Contributions are welcome and encouraged!

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages