https://github.com/vapor/websocket-kit
WebSocket client library built on SwiftNIO
https://github.com/vapor/websocket-kit
server-side-swift spm swift swift-nio vapor vapor-service websockets
Last synced: 4 months ago
JSON representation
WebSocket client library built on SwiftNIO
- Host: GitHub
- URL: https://github.com/vapor/websocket-kit
- Owner: vapor
- License: mit
- Created: 2018-04-16T22:46:47.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T19:44:11.000Z (5 months ago)
- Last Synced: 2025-06-01T12:59:06.852Z (4 months ago)
- Topics: server-side-swift, spm, swift, swift-nio, vapor, vapor-service, websockets
- Language: Swift
- Homepage: https://docs.vapor.codes/4.0/advanced/websockets/
- Size: 162 KB
- Stars: 292
- Watchers: 25
- Forks: 85
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
WebSocketKit provides an abstraction over [SwiftNIO's Websockets](https://github.com/apple/swift-nio.git) to make it easy to build websocket clients and servers in Swift. IT provides functionality to send and receive data, ping/pongs and text, connection handling and upgrade handling. It should be simpler to use than using SwiftNIO directly.