Hello World, programs TCP communication between RUST and Python
cd rust-code/src
cargo run
- This should start the simple TCP rust server at
127.0.0.1:7878
cd ../python-code
- `python app.py
- A hello will be sent from python to RUST server, and a hola back will be returned from the RUST server.