We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7934f06 commit 41106f9Copy full SHA for 41106f9
README.md
@@ -198,6 +198,10 @@ Example output:
198
199
### WebSockets support
200
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
+ ```
205
- WebSockets middlewares are not supported.
206
- WebSocketRoute configuration definition:
207
```ts
0 commit comments