From a698448b5787a1fb6be308aa0b80c49a3475090a Mon Sep 17 00:00:00 2001 From: Vladimir Goncharov Date: Thu, 3 Mar 2016 23:23:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 )