Zimt is a pair of utility classes including an objective-c websocket implementation. I'm in the process of wrapping it in a set of tests and testing ZTWebSocket against the draft-hixie-thewebsocketprotocol-76 and draft-abarth-websocket-handshake-01 drafts for the websocket protocol.
-
Clone this repository
-
Checkout the Expectacular submodule (from https://github.com/eahanson/Expectacular)
git submodule init; git submodule update
-
Run the
Unit Tests
build targets. GTM unit test output will appear in the build results as part of the build process.