The ws project implements the WebSocket standard in iOS. It provides a WebSocket client API that enables developers to build iOS applications that communicate over WebSocket with an RFC-6455 endpoint, such as KAAZING Gateway.
- 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
- appledoc:
git clone https://github.com/tomaz/appledoc.git
cd appledoc
sudo sh install-appledoc.sh
- Clone the repo:
git clone https://github.com/kaazing/ios.client.git
- Go to the cloned directory:
cd ios.client
- Build the project:
mvn clean install
You can use an RFC-6455 endpoint, such as KAAZING Gateway, to connect to a back-end service. To learn how to administer the Gateway, its configuration files, and security, see the documentation on developer.kaazing.com.
To learn how to develop client applications with this project, see the documentation on developer.kaazing.com.
To view demos of clients built with this project, see kaazing.org