BAAppSession is an iOS Cocoa library for communicating between processes, with HTTP style API, based on GCDAsyncSocket.
- selfdefine connection port
- listening connect/disconnect event
- send request from client, and response it from server
- boardcast message to all client, or push messge to specified client
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'
BenArvin, benarvin93@outlook.com
BAAppSession is available under the MIT license. See the LICENSE file for more info.