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 8dbc716 commit a698448
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Simple websocket server on php.

#####Features:
* server works with socket_select, pecl/event or pecl/libevent.
* you can run multiple processes (one master and several workers).
* you can run multiple processes (one master and several workers or microservices architecture).
* integration with your framework.

#####Documentation https://github.com/morozovsk/websocket/wiki

#####Examples https://github.com/morozovsk/websocket-examples
* chat - simple chat (single daemon) (live demo: http://sharoid.ru/chat.html )
* chat2 - chat (master + worker) (live demo: http://sharoid.ru/chat2.html )
Expand Down

0 comments on commit a698448

Please sign in to comment.