Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 687 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 687 Bytes

RSWebSocket - A highly-conformant WebSocket Client Framework

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