An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


WebSocketKit




Documentation
Team Chat
MIT License
Continuous Integration

Swift 5.10+


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.