Skip to content

Commit 41106f9

Browse files
committed
adding faye-websocket dependency note
1 parent 7934f06 commit 41106f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ Example output:
198198
199199
### WebSockets support
200200
WebSockets proxying is supported since `v3.1.0`. Main considerations:
201+
- The `faye-websocket` module dependency require to be installed:
202+
```bash
203+
npm i faye-websocket
204+
```
201205
- WebSockets middlewares are not supported.
202206
- WebSocketRoute configuration definition:
203207
```ts

0 commit comments

Comments
 (0)