Client server interaction process

Link: GitHub - zama-ai/tfhe-rs: TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.

If I want to do client and server interaction in tfhe-rs code, which code files should I look into and perform a test run that works for client code and server code? Any guidance?

Check the tutorials from our documentation e.g. Serialization/Deserialization - TFHE-rs

Documentation for TFHE-rs is here : What is TFHE-rs? - TFHE-rs

cheers