mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 05:18:44 +00:00
Update qs_9.md
This commit is contained in:
parent
aff43cc8b8
commit
3a3657cfaf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ fn main() {
|
|||
```
|
||||
|
||||
Simple websocket echo server example is available in
|
||||
[examples directory](https://github.com/actix/actix-web/blob/master/examples/websocket.rs).
|
||||
[examples directory](https://github.com/actix/actix-web/blob/master/examples/websocket).
|
||||
|
||||
Example chat server with ability to chat over websocket connection or tcp connection
|
||||
is available in [websocket-chat directory](https://github.com/actix/actix-web/tree/master/examples/websocket-chat/)
|
||||
|
|
Loading…
Reference in a new issue