sergey-melnychuk / sergey-melnychuk.github.io

Blog on software engineering
https://sergey-melnychuk.github.io
3 stars 0 forks source link

https://sergey-melnychuk.github.io/2019/08/01/rust-mio-tcp-server/ #31

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Low-level TCP server in Rust with MIO

It is time to get acquainted with Metal IO, low-level cross-platform abstraction over epoll/kqueue written in Rust.

https://sergey-melnychuk.github.io/2019/08/01/rust-mio-tcp-server/

bmxmiko commented 1 year ago

Thank you for this post! Good introduction to highspeed networking. If anyone want to run this code on newer mio version (0.8.4), please see PR https://github.com/sergey-melnychuk/mio-tcp-server/pull/6