22. Websockets Server – From Python to Rust



22. Websockets Server – From Python to Rust

22. Websockets Server - From Python to Rust

Minimal chat server using websockets and a javascript client

– Python using fastapi https://fastapi.tiangolo.com/
– Rust using warp – https://github.com/seanmonstar/warp/

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/python2rust