--

Also, for this specific use case of an async, multithreaded web server, tokio is a super safe async runtime which guarantees there will be no data races. I am not so sure about php, but python and node do not have async runtimes that guarantee safety to the level that Rust's tokio does

--

--

Matthew MacFarquhar
Matthew MacFarquhar

Written by Matthew MacFarquhar

I am a software engineer working for Amazon living in SF/NYC.

No responses yet