RSWebSocket - A highly-conformant WebSocket Client Framework
September 28, 2012 ยท View on GitHub
Prerequistes
- Developed and tested on OS X 10.7 (Lion) and 10.8 (Mountain Lion), and may work on OS X 10.6 (Snow Leopard).
- Tightly-coupled to Tavendo GmbH's AutobahnPython (http://autobahn.ws/python) for unit testing, and our examples.
- Intended to work under iOS (currently untested).
Features
- Asynchronous networking
- ARC-enabled
- No weak refs
Untested
- Speed (proper queuing and asynchronicity)
- SSL
- iOS support
After cloning repository
git submodule init
git submodule update