sjrmanning / Birdsong

:bird::musical_score: Swift WebSockets client for Phoenix Channels.
MIT License
127 stars 37 forks source link

Linux compatibility? #9

Closed codeOfRobin closed 7 years ago

codeOfRobin commented 7 years ago

AFAICT, linux compatibility shouldn't be an issue as starscream works on linux doesn't, but we can also use something like Perfect.org 's socket handlers. Can we start a branch that works on linux?

codeOfRobin commented 7 years ago

Actually, let's wait until the Swift Server side work group figures this out.

sjrmanning commented 7 years ago

Thanks for the interest! I'd definitely like Linux compatibility. Another option is to use https://github.com/Zewo/WebSocketClient instead of Starscream for the underlying WebSockets connection, which appears to support Linux.