Skip to content

Objective-C demo for WebSocket RFC-6455 implementation.

License

Notifications You must be signed in to change notification settings

akrambek/gateway.client.ios.demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective-C WebSocket Client Demo

About this project

This is a simple Xcode project that shows how to use the Kaazing WebSocket Objective-C Client library! Requirements

  • Java SE Development Kit (JDK) 7 or higher
  • Maven 3.0.5 or higher
  • Xcode 5 or higher
  • You'll need Xcode's Command Line Tools installed. From Xcode, install via Xcode → Preferences → Downloads.

Steps for building this project

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

This downloads the required iOS library (including its headers) and puts them into the right directory.

Running the demo from within Xcode

Once the above steps have been done, start Xcode and open the project, by going the following folder with the Xcode wizard:

src/main/Xcode

This should get the project included into your Xcode IDE and you should be able to run the project in the simulator.

Have fun!

About

Objective-C demo for WebSocket RFC-6455 implementation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%