Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morozovsk committed Aug 31, 2015
1 parent 73c874f commit a9e57bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Simple websocket server on php.
Examples directory:
* chat - simple chat (single daemon) (live demo: http://sharoid.ru/chat.html )
* chat2 - chat (master + worker) (live demo: http://sharoid.ru/chat2.html )
* chat3 - chat (sinle daemon + script who can send personal message by clientId, userId or PHPSESSID)
* chat3 - chat (single daemon + script who can send personal message by clientId, userId or PHPSESSID)
* yii - sample of use yii with websockets: Yii::app()->websocket->send('Hello world');
* game - simple game (live demo: http://sharoid.ru/game.html )
* game2 - game (live demo: http://sharoid.ru/game2.html ) (port of node.js game: https://github.com/amikstrike/wn)
Expand Down

0 comments on commit a9e57bc

Please sign in to comment.