daltoniam / Starscream

Websockets in swift for iOS and OSX
Apache License 2.0
8.35k stars 1.21k forks source link

How does this compare to SocketRocket? #30

Closed ma11hew28 closed 10 years ago

ma11hew28 commented 10 years ago

https://github.com/square/SocketRocket

daltoniam commented 10 years ago

SocketRocket is written in Objective-C and starscream is written in Swift :smile:. They both are RFC 6455 implementations. As far as features, SocketRocket has been around a long time and might have a few extra features that starscream does not, but they both support the base WebSocket protocol to spec and pass the Autoban test suite. They are both great libraries, just depends on what your particular needs and preferences are.

ma11hew28 commented 10 years ago

Nice. Thanks! I'm going to try Starscream because I prefer Swift. Also, I love using the latest & greatest technologies. :-)

daltoniam commented 10 years ago

Good deal, it certainly an exciting to be an Apple dev!