/BAAppSession

Primary LanguageObjective-CMIT LicenseMIT

BAAppSession

CI Status Version License Platform

BAAppSession is an iOS Cocoa library for communicating between processes, with HTTP style API, based on GCDAsyncSocket.

Features

  • 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

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, benarvin93@outlook.com

License

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