#3,543 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Network Programming with Rust: Build fast and resilient network servers and clients by leveraging Rust's memory-safety and concurrency features

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Network Programming with Rust: Build fast and resilient network servers and clients by leveraging Rust's memory-safety and concurrency features. Here are the top ones.

Network Programming with Rust: Build fast and resilient network servers and clients by leveraging Rust's memory-safety and concurrency features
Buying options
View on Amazon.com
or
Specs:
Height9.25 Inches
Length7.5 Inches
Number of items1
Release dateFebruary 2018
Weight1.06 Pounds
Width0.63 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Network Programming with Rust: Build fast and resilient network servers and clients by leveraging Rust's memory-safety and concurrency features:

u/rustypail · 10 pointsr/rust

You may want to go through Jonhoo's youtube channel or dig around in SmolTCP. Other recommended resources out there right now are this tutorial and the packt book.

With that said, there are a lot of changes happening to Rust’s networking story, so unless you are up for the challenge, may be better to use Go, or more traditional options like C++/C, until the ecosystem is a bit more mature.

Also might be worth checking out https://github.com/rustasync. It's a good showcase of why there is a lot of excitement around networking in Rust, though most of the examples there do not work off of stable.