Skip to content

Commit

Permalink
#readme: Add origin check to options
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed May 13, 2020
1 parent 6e02758 commit adecc97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adecc97

Please sign in to comment.