node.js - socket.io without running a node server -


i have web application requires push notifications. looked node.js , socket.io , have example that's working. question have is, possible use socket.io in client side js without running node.js server?

can third party server send requests proxy server , may socket.io listens port on proxy server , sends events it?

thanks,

you need server side technology send data , forth via web sockets. socket.io communication layer. means, need have server side method send data.

however,

you can use various third party services use web sockets , notifications. relatively easy use, , have support many other languages.

check of these out:

you don't need run node.js have real time push notifications. can use third party service you. of them cheap, free low traffic instances.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -