• Stars
    star
    2
  • Language
    Python
  • License
    The Unlicense
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple client-server model which are able to communicate using TCP and UDP sockets programmed in Python where the client sends two integers to the server then the server performs an addition operation on them and returns the results to the client, also the server was able to handle concurrent connections from multiple clients using threads.