From 3eba6f89c4fcc42495cc7531e3c30c8981d4ea00 Mon Sep 17 00:00:00 2001 From: Vladimir Goncharov Date: Fri, 18 Aug 2017 12:03:15 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b85c0cd..3476c4b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Simple websocket server on php that can handle 100000 connections or more. "composer require morozovsk/websocket" -

#####This library works, but I will not develop and support it because I will use https://github.com/walkor/Workerman

+

This library works, but I will not develop and support it because I will use https://github.com/walkor/Workerman

+

Also I recomend https://github.com/swoole/swoole-src/

#####Features: * server works with socket_select, pecl/event or pecl/libevent.