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

https://github.com/itenfay/cxwebsocket

`CXWebSocket` wraps websockets in swift for iOS and OSX.
https://github.com/itenfay/cxwebsocket

cxwebsocket starscream swift swift5 websocket ws

Last synced: about 1 month ago
JSON representation

`CXWebSocket` wraps websockets in swift for iOS and OSX.

Awesome Lists containing this project

README

        

## CXWebSocket

`CXWebSocket` wraps websockets in swift for iOS and OSX.

[![Version](https://img.shields.io/cocoapods/v/CXWebSocket.svg?style=flat)](https://cocoapods.org/pods/CXWebSocket)
[![License](https://img.shields.io/cocoapods/l/CXWebSocket.svg?style=flat)](https://cocoapods.org/pods/CXWebSocket)
[![Platform](https://img.shields.io/cocoapods/p/CXWebSocket.svg?style=flat)](https://cocoapods.org/pods/CXWebSocket)

## Requirements

* Xcode 14.0+, iOS 12.0, tvOS 12.0, OSX 10.13, watchOS 3.0

## Installation

CXWebSocket is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'CXWebSocket'
```

## Example

To use this library, please go to **[here](https://github.com/itenfay/FireKylin.git)**!

## License

CXWebSocket is available under the MIT license. See the LICENSE file for more info.

## Feedback is welcome

If you notice any issue to create an issue. I will be happy to help you.