gateway.client.ios is an implementation of WebSocket specification [RFC-6455] (https://tools.ietf.org/html/rfc6455) in Objective-C.
- Java SE Development Kit (JDK) 7 or higher
- Maven 3.0.5 or higher
- Xcode 5 or higher
- Xcode's Command Line Tools. From Xcode, install via Xcode → Preferences → Downloads.
- xctool:
brew install -v --HEAD xctool
- Clone the repo:
git clone https://github.com/kaazing/gateway.client.ios
- Go to the cloned directory:
cd gateway.client.ios
- Build the project:
mvn clean install
Learn to develop RFC-6455 based iOS client applications.
View a demo (see kaazing.org)