php - Sockets compatible with javascript on a remote shared server? -
basically want utilize kind of sockets (web sockets or node.js?) don't know much them , want send low latency info between html pages javascript enabled on them.
i have php installed on shared server , socket_connect() function included i'm guessing php_sockets.dll installed. potentially utilize this, php script on remote server don't know if able run it?
should utilize other language installed on normal shared server?
edit: don't have shell access..
http://www.flynsarmy.com/2012/02/php-websocket-chat-application-2-0/ should give pretty start in talking php using html5's websocket api. don't need node.js implement this.
php javascript sockets websocket
No comments:
Post a Comment