1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

Update websockets

This commit is contained in:
Yuki Okushi
2019-12-29 04:16:54 +09:00
parent 7a973d6fe9
commit 9f385d384b
3 changed files with 20 additions and 15 deletions

View File

@ -18,7 +18,7 @@ The following is an example of a simple websocket echo server:
> An example chat server with the ability to chat over a websocket or tcp connection
> is available in [websocket-chat directory][chat]
[message]: https://docs.rs/actix-web-actors/1.0.0/actix_web_actors/ws/enum.Message.html
[payload]: https://docs.rs/actix-web/1.0.2/actix_web/web/struct.Payload.html
[message]: https://docs.rs/actix-web-actors/2/actix_web_actors/ws/enum.Message.html
[payload]: https://docs.rs/actix-web/2/actix_web/web/struct.Payload.html
[examples]: https://github.com/actix/examples/tree/master/websocket/
[chat]: https://github.com/actix/examples/tree/master/websocket-chat/