Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morozovsk committed Mar 3, 2016
1 parent a698448 commit 461fb23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Simple websocket server on php.
Simple websocket server on php that can handle 100000 connections or more.

"composer require morozovsk/websocket"

Expand All @@ -13,8 +13,8 @@ Simple websocket server on php.
* 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 (single daemon + script who can send personal message by clientId, userId or PHPSESSID)
* 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)
* game - simple real time game (live demo: http://sharoid.ru/game.html )
* game2 - real time game (live demo: http://sharoid.ru/game2.html ) (port of node.js game: https://github.com/amikstrike/wn)

Run from console:
* start: "php index.php start" or "nohup php index.php start &"
Expand Down

0 comments on commit 461fb23

Please sign in to comment.