/php-socket

My first application using web sockets powered by Ratchet

Primary LanguagePHP

Php application using web socket for chat

Basicly is the example of http://socketo.me/docs/hello-world

For use, open in two browsers the index.html and in the js console type:

conn.send( "Hello World" );

Try It!!!