/gateway.client.ios

Objective-C implementation of WebSocket RFC-6455 specification.

Primary LanguageObjective-CApache License 2.0Apache-2.0

gateway.client.ios

Build Status

About this Project

gateway.client.ios is an implementation of WebSocket specification [RFC-6455] (https://tools.ietf.org/html/rfc6455) in Objective-C.

Building this Project

Minimum requirements for building the project

  • 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

Steps for building this project

  1. Clone the repo: git clone https://github.com/kaazing/gateway.client.ios
  2. Go to the cloned directory: cd gateway.client.ios
  3. Build the project: mvn clean install

Learning How to Develop Client Applications

Learn to develop RFC-6455 based iOS client applications.

View a Running Demo

View a demo (see kaazing.org)