Skip to content

A WebSocket client framework for Cocoa/Objective-C (RFC 6455 conformant)

License

Notifications You must be signed in to change notification settings

DamnedFacts/RSWebSocket

Repository files navigation

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

About

A WebSocket client framework for Cocoa/Objective-C (RFC 6455 conformant)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published