Sync WebSocket Vapor
This provides a connection to provide a synced object from a WebSocket using Sync and a Vapor Server.
Installation
Swift Package Manager
You can install Sync WebSocket Vapor 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/SyncWebSocketVapor.git", from: "0.1.0"),
]
)
Contributions
Contributions are welcome and encouraged!
License
Sync WebSocket Vapor is available under the MIT license. See the LICENSE file for more info.