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.
- Host: GitHub
- URL: https://github.com/james2doyle/php-socket-chat
- Owner: james2doyle
- Created: 2014-02-06T16:54:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T16:55:28.000Z (over 12 years ago)
- Last Synced: 2025-04-02T22:33:06.688Z (about 1 year ago)
- Language: PHP
- Size: 680 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).