Rust - WebSocket: различия между версиями
Материал из support.qbpro.ru
Vix (обсуждение | вклад) (Новая страница: « '''БИБЛИОТЕКА''' <hr> * [https://habr.com/ru/articles/268609/ Rust в деталях: пишем масштабируемый чат с нуля, часть 1] * [https://docs.rs/web-socket/latest/web_socket/struct.WebSocket.html docs.rs WebSocket] * [https://habrparser.blogspot.com/2015/10/rust-1.html [Перевод] Rust в деталях: пишем масштабируемый чат] * [https://thomask.sdf.org/blog/2017/07/02/sending-json-ov...») |
Vix (обсуждение | вклад) Нет описания правки |
||
Строка 4: | Строка 4: | ||
* [https://habr.com/ru/articles/268609/ Rust в деталях: пишем масштабируемый чат с нуля, часть 1] | * [https://habr.com/ru/articles/268609/ Rust в деталях: пишем масштабируемый чат с нуля, часть 1] | ||
* [https://docs.rs/web-socket/latest/web_socket/struct.WebSocket.html docs.rs WebSocket] | * [https://docs.rs/web-socket/latest/web_socket/struct.WebSocket.html docs.rs WebSocket] | ||
* [https://habrparser.blogspot.com/2015/10/rust-1.html | * [https://habrparser.blogspot.com/2015/10/rust-1.html {Перевод} Rust в деталях: пишем масштабируемый чат] | ||
* [https://thomask.sdf.org/blog/2017/07/02/sending-json-over-websockets-in-rust.html Sending JSON over websockets in Rust] | * [https://thomask.sdf.org/blog/2017/07/02/sending-json-over-websockets-in-rust.html Sending JSON over websockets in Rust] | ||
* [https://translated.turbopages.org/proxy_u/en-ru.ru.22a352d2-6450409f-058facb3-74722d776562/https/github.com/koyeb/example-rust-actix-with-websockets example-rust-actix-with-websockets] | * [https://translated.turbopages.org/proxy_u/en-ru.ru.22a352d2-6450409f-058facb3-74722d776562/https/github.com/koyeb/example-rust-actix-with-websockets example-rust-actix-with-websockets] | ||
* [https://developer.mozilla.org/ru/docs/WebAssembly/Rust_to_wasm Компиляция Rust в WebAssembly] |