An open API service indexing awesome lists of open source software.

https://github.com/james2doyle/php-socket-chat

A PHP websocket chat app. Uses Rachet.
https://github.com/james2doyle/php-socket-chat

Last synced: about 1 year ago
JSON representation

A PHP websocket chat app. Uses Rachet.

Awesome Lists containing this project

README

          

Sample PHP Web Socket Chat App
==============================

This example app is pretty much a copy paste from the [Rachet Hello World Example](http://socketo.me/docs/hello-world).

To run the app, use `php bin/chat-server.php` in the root of this repo.

You must have a browser that supports [WebSockets](http://caniuse.com/#feat=websockets).