From adecc975a9f4da75a0abd26cf657bf2a81f075e8 Mon Sep 17 00:00:00 2001 From: arthurkushman Date: Wed, 13 May 2020 10:42:18 +0300 Subject: [PATCH] #readme: Add origin check to options --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e478e4..98c132d 100755 --- a/README.md +++ b/README.md @@ -7,12 +7,13 @@ Web-socket server/client with multi-process and parse templates support on serve [![Total Downloads](https://poser.pugx.org/arthurkushman/php-wss/downloads)](https://packagist.org/packages/arthurkushman/php-wss) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) -## Library comes with 7 main options +## Library comes with several main options Server: - it`s a web-socket server for multiple connections with decoding/encoding for all events out of the box (with Dependency Injected MessageHandler) - it has GET uri parser, so You can easily use any templates - multiple process per user connections support, so You can fork processes to speed up performance deciding how many client-connections should be there - broadcasting message(s) to all clients +- origin check Client: - You have the ability to handshake (which is performed automatically) and send messages to server