Skip to content

Objective-C implementation of WebSocket RFC-6455 specification.

License

Notifications You must be signed in to change notification settings

sbadugu/gateway.client.ios

 
 

Repository files navigation

gateway.client.ios

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)

About

Objective-C implementation of WebSocket RFC-6455 specification.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.9%
  • Other 0.1%