Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 879 Bytes

README.markdown

File metadata and controls

18 lines (11 loc) · 879 Bytes

Under development

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.

Testing

  1. Clone this repository

  2. Checkout the Expectacular submodule (from https://github.com/eahanson/Expectacular)

    git submodule init; git submodule update

  3. Run the Unit Tests build targets. GTM unit test output will appear in the build results as part of the build process.