Skip to content

Commit b23a461

Browse files
Merge pull request #3165 from TristanBasel/patch-1
docs(websockets): update adapter.md to fix grammar
2 parents 9c01ccf + 5d1f2a8 commit b23a461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/websockets/adapter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ app.useWebSocketAdapter(redisIoAdapter);
7575

7676
#### Ws library
7777

78-
Another available adapter is a `WsAdapter` which in turn acts like a proxy between the framework and integrate blazing fast and thoroughly tested [ws](https://github.com/websockets/ws) library. This adapter is fully compatible with native browser WebSockets and is far faster than socket.io package. Unluckily, it has significantly fewer functionalities available out-of-the-box. In some cases, you may just don't necessarily need them though.
78+
Another available adapter is a `WsAdapter` which in turn acts like a proxy between the framework and integrate blazing fast and thoroughly tested [ws](https://github.com/websockets/ws) library. This adapter is fully compatible with native browser WebSockets and is far faster than socket.io package. Unluckily, it has significantly fewer functionalities available out-of-the-box. In some cases, you don't necessarily need them though.
7979

8080
> info **Hint** `ws` library does not support namespaces (communication channels popularised by `socket.io`). However, to somehow mimic this feature, you can mount multiple `ws` servers on different paths (example: `@WebSocketGateway({{ '{' }} path: '/users' {{ '}' }})`).
8181

0 commit comments

Comments
 (0)