Comment on Square Releases Open Source WebSocket Client for Objective-CComments−listrophy14yGreat to see this... I've been using libPusher, but it's specific to the Pusher service (which is actually pretty great).Perhaps libPusher can just start using SocketRocket as a dependency and wrap it in Pusher-specific goodness...−mikelikespieOP14yThis would be cool. We've been experimenting with uses for WebSockets. One of them is mocking push notifications in the simulator. The other is basically implementing a pusher-like service with a pub-sub model.−djb_hackernews14yPusher-like service implementations are very easy, I know, I've built one[1] and there are others[2]!If you have any questions, feel free to email me.[1] https://github.com/danbeaulieu/PushPlay[2] https://github.com/stevegraham/slanger−mikelikespieOP14yRad! Somebody pointed out slanger to me previously, but I was unaware of PushPlay. Thanks!
Comments
Great to see this... I've been using libPusher, but it's specific to the Pusher service (which is actually pretty great).
Perhaps libPusher can just start using SocketRocket as a dependency and wrap it in Pusher-specific goodness...
This would be cool. We've been experimenting with uses for WebSockets. One of them is mocking push notifications in the simulator. The other is basically implementing a pusher-like service with a pub-sub model.
Pusher-like service implementations are very easy, I know, I've built one[1] and there are others[2]!
If you have any questions, feel free to email me.
[1] https://github.com/danbeaulieu/PushPlay
[2] https://github.com/stevegraham/slanger
Rad! Somebody pointed out slanger to me previously, but I was unaware of PushPlay. Thanks!