Client/server for socket communication
- Tech Stack: F#, .Net, Python
- Github URL: Project Link
Designed concurrent client/server system in F# and .Net, supporting up to 100 simultaneous connections.
Prepared real-time arithmetic operation (addition, subtraction, multiplication) between clients and server with processing time of less than 5 milliseconds per operation.
Demonstrated exception handling for fault-tolerant communication, achieving less than 1% downtime attributed to exceptions.