Are there any cloud/hosted push systems which use socket.io on the client side? Systems I know of, none of which use socket.io AFAIK:
Are there any services I’m missing? Could any of them be used with socket.io?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Socket.IO client API on PubNub.
Early Access: https://github.com/pubnub/pubnub-api/tree/master/socket.io
This simplified usage of Socket.IO will create a connection, listen for a news event and log the data to the console.
More Info: PubNub Website
Play Video: Bidirectional JSON Video
Early Access: https://github.com/pubnub/pubnub-api/tree/master/socket.io