🔌 Non-blocking TCP socket layer, with event-driven server and client.
vapor-community/sockets की मुख्य विशेषताएं हैं: Socket Communication।
vapor-community/sockets के ओपन-सोर्स विकल्पों में शामिल हैं: daltoniam/starscream — Starscream is a Swift WebSocket client library that provides a concrete implementation of the WebSocket protocol for… fjcaetano/rxwebsocket — Reactive WebSockets. glebradchenko/dnwebsocket — WebSocket(RFC-6455) library written using Swift. kitura/bluesocket — Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux. kitura/bluesslservice — SSL/TLS Add-in for BlueSocket using Secure Transport and OpenSSL. socketio/socket.io-client-swift — This is a Socket.IO client library for Swift, providing an event-driven networking framework for establishing…
Starscream is a Swift WebSocket client library that provides a concrete implementation of the WebSocket protocol for iOS and macOS applications. It functions as an event-driven wrapper for establishing and managing bidirectional connections to send and receive text and binary frames over TCP. The library includes a secure WebSocket client capable of encrypting traffic and validating server identities. It manages the full connection lifecycle, from the initial handshake and header exchange to session termination with custom close codes. The project covers a broad range of networking capabilit
WebSocket(RFC-6455) library written using Swift
Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux.