Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benarvin/baappsession
https://github.com/benarvin/baappsession
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benarvin/baappsession
- Owner: BenArvin
- License: mit
- Created: 2022-08-09T14:28:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T09:29:09.000Z (over 2 years ago)
- Last Synced: 2024-10-06T22:01:41.974Z (about 1 month ago)
- Language: Objective-C
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BAAppSession
[![CI Status](https://img.shields.io/travis/BenArvin/BAAppSession.svg?style=flat)](https://travis-ci.org/BenArvin/BAAppSession)
[![Version](https://img.shields.io/cocoapods/v/BAAppSession.svg?style=flat)](https://cocoapods.org/pods/BAAppSession)
[![License](https://img.shields.io/cocoapods/l/BAAppSession.svg?style=flat)](https://cocoapods.org/pods/BAAppSession)
[![Platform](https://img.shields.io/cocoapods/p/BAAppSession.svg?style=flat)](https://cocoapods.org/pods/BAAppSession)BAAppSession is an iOS Cocoa library for communicating between processes, with HTTP style API, based on GCDAsyncSocket.
## Features
- [x] selfdefine connection port
- [x] listening connect/disconnect event
- [x] send request from client, and response it from server
- [x] boardcast message to all client, or push messge to specified client## Installation
BAAppSession is available through CocoaPods. To install it, simply add the following line to your Podfile:
```
# pod library for client
pod 'BAAppSessionClient'# pod library for server
pod 'BAAppSessionServer'
```## Author
BenArvin, [email protected]
## License
BAAppSession is available under the MIT license. See the LICENSE file for more info.