diff --git a/README.md b/README.md index 90b6c6f..3048d6b 100644 --- a/README.md +++ b/README.md @@ -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 )