Skip to content

Commit fe0f325

Browse files
authored
Merge pull request practical-tutorials#54 from bobeff/rust-chat-service
Add Rust tutorial about writing a chat service.
2 parents c8ccc4c + 86aee73 commit fe0f325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
274274
* [Build a browser engine in Rust](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)
275275
* [Write a Microservice in Rust](http://www.goldsborough.me/rust/web/tutorial/2018/01/20/17-01-11-writing_a_microservice_in_rust/)
276276
* [Learning Rust with Too Many Linked Lists](http://cglab.ca/~abeinges/blah/too-many-lists/book/README.html)
277+
* Rust in Detail: Writing Scalable Chat Service from Scratch
278+
* [Part 1: Implementing WebSocket. Introduction.](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html)
279+
* [Part 2: Sending and Receiving Messages](https://nbaksalyar.github.io/2015/11/09/rust-in-detail-2.html)
277280

278281
## Swift:
279282

0 commit comments

Comments
 (0)