Popularity
2.7
Stable
Activity
0.0
Stable
63
17
21

Code Quality Rank: L3
Programming language: Swift
License: MIT License
Tags: Network     Socket    
Latest version: v0.14.3

WebSocket alternatives and similar libraries

Based on the "Socket" category.
Alternatively, view WebSocket alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of WebSocket or a related project?

Add another 'Socket' Library

README

WebSocket

Swift Zewo Platform License Slack Travis Codebeat

:warning: This module contains no networking. To create a WebSocket Server, see WebSocketServer. To create a WebSocket Client, see WebSocketClient.

Installation

import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/Zewo/WebSocket.git", majorVersion: 0, minor: 14),
    ]
)

Support

If you need any help you can join our Slack and go to the #help channel. Or you can create a Github issue in our main repository. When stating your issue be sure to add enough details, specify what module is causing the problem and reproduction steps.

Community

Slack

The entire Zewo code base is licensed under MIT. By contributing to Zewo you are contributing to an open and engaged community of brilliant Swift programmers. Join us on Slack to get to know us!

License

This project is released under the MIT license. See [LICENSE](LICENSE) for details.


*Note that all licence references and agreements mentioned in the WebSocket README section above are relevant to that project's source code only.