Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 486 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 486 Bytes

tcp_sockets_calculator_app

A pair of client-server calculator app using TCP sockets.

The client app interactively accepts calculation command from user input, sends it to the server, receives the result from the server, and shows it to the user. App calculates for all valid entries as given below, For invalid entries, exception message is sent by the server.

screenshot1