09-06-2010, 08:21 PM
(Modification du message : 24-08-2010, 01:54 PM par Sephi-Chan.)
Bonjour.
J'ai trouvé ce projet récent sur Internet.
http://www.spoutserver.com/
C'est un projet qui gère (et compare) les sockets en php et le long polling.
Ce Projet est associé à deux démos :
John Locke
The John Locke demo is a chat room application with a game-like interface. Users can chat and walk around the game screen. Movements from all users are kept synchronized so that all users have the same view of the game at the same time. This demo showcases WaterSpout's ability to provide real-time communication using WebSockets and falling back to long polling when necessary.
C'est le coté chat room application qui m'interesse.
Je suis allé sur l'onglet Get Started :
http://code.google.com/p/waterspout/wiki/GettingStarted
J'ai prix un hébergement gratuit sur http://www.000webhost.com/
J'ai copié / collé via ftp les fichiers du projet spoutserver sur le free hosting.
Et j'essaye de le faire fonctionner.
j'ai changé ces lignes dans le config.php
// The address to bind the server to. Set to 0.0.0.0 to bind to all addresses.
$config'server'?'SERVER_ADDRESS'? = '64.120.149.69';
// The port(s) to bind to. You need at least one port, but the value must be an array.
$config'server'?'SERVER_PORT'? = array(9001);
Voilà donc ou j'en suis mais ça fonctionne pas
Les liens vers le hosting :
http://www.ziboologic.com/server.php
http://www.ziboologic.com/demos/locke/index.html
Voilà
Si quelqu'un peut m'aider à paramétrer ?
Yvan
J'ai trouvé ce projet récent sur Internet.
http://www.spoutserver.com/
C'est un projet qui gère (et compare) les sockets en php et le long polling.
Ce Projet est associé à deux démos :
John Locke
The John Locke demo is a chat room application with a game-like interface. Users can chat and walk around the game screen. Movements from all users are kept synchronized so that all users have the same view of the game at the same time. This demo showcases WaterSpout's ability to provide real-time communication using WebSockets and falling back to long polling when necessary.
C'est le coté chat room application qui m'interesse.
Je suis allé sur l'onglet Get Started :
http://code.google.com/p/waterspout/wiki/GettingStarted
J'ai prix un hébergement gratuit sur http://www.000webhost.com/
J'ai copié / collé via ftp les fichiers du projet spoutserver sur le free hosting.
Et j'essaye de le faire fonctionner.
j'ai changé ces lignes dans le config.php
// The address to bind the server to. Set to 0.0.0.0 to bind to all addresses.
$config'server'?'SERVER_ADDRESS'? = '64.120.149.69';
// The port(s) to bind to. You need at least one port, but the value must be an array.
$config'server'?'SERVER_PORT'? = array(9001);
Voilà donc ou j'en suis mais ça fonctionne pas
Les liens vers le hosting :
http://www.ziboologic.com/server.php
http://www.ziboologic.com/demos/locke/index.html
Voilà
Si quelqu'un peut m'aider à paramétrer ?
Yvan