alexgt9 / php-socket

My first application using web sockets powered by Ratchet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!!!

About

My first application using web sockets powered by Ratchet


Languages

Language:PHP 100.0%