/PHPWebSocket-Chat

Flexable and extensible WebSocket chat application example with a PHP server.

Primary LanguagePHPApache License 2.0Apache-2.0

# A simple PHP WebSocket server example.

To run, open a terminal and type:
php5 ./server.php

Then visit index.html in your browser (You may need to set up a webserver to serve it).

You'll need IE10+, FF7+ or Chrome 14+ to run this example.


## Licensing
The contents of this repository are licensed under the Apache License, Version 2.0. See
[LICENSE](https://github.com/Flynsarmy/PHPWebSocket-Chat/master/LICENSE) for the full
license text.