We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cea23a commit 319fda7Copy full SHA for 319fda7
2 files changed
README.md
@@ -3,6 +3,7 @@ WebSocket Middleware for react/http
3
# Try it out
4
Run `chat_ws_server.php` from the examples directory and navigate a few browser windows to http://127.0.0.1:4321/ (only tested briefly in Chrome)
5
# Simple Usage
6
+A simple echo server:
7
```php
8
use Ratchet\RFC6455\Messaging\Message;
9
use React\EventLoop\Factory;
composer.json
@@ -23,7 +23,7 @@
23
],
24
"require": {
25
"ratchet/rfc6455": "^0.2.3",
26
- "react/http": "dev-master"
+ "react/http": "^0.8"
27
},
28
"autoload": {
29
"psr-4": {
0 commit comments