Questions tagged [starscream]

Starscream is a conforming WebSocket (RFC 6455) client library in Swift for iOS and OSX.

Starscream is a conforming WebSocket (RFC 6455) client library in Swift for iOS and OSX. It's Objective-C counter part can be found here: Jetfire

Features:

  • Conforms to all of the base Autobahn test suite.
  • Nonblocking. Everything happens in the background, thanks to GCD. TLS/WSS support.
  • Simple concise codebase at just a few hundred LOC.

Github project: https://github.com/daltoniam/Starscream

61 questions
-2
votes
1 answer

Making push notifications with websockets

I've set up an app to send motion data from one device to another using websockets (Starscream library). Now I need to send push notifications when a critical event happens (when app is minimized), does it have anything to do with websockets or I…
Artem Misesin
  • 373
  • 3
  • 13
1 2 3 4
5