Chat Server using UDP

 



Create Chat Server 

Specifications :

  1. Use Socket Programming
  2. Use UDP Data Transfer protocol
  3. Create server and receiver both
  4. Use multi-threading to get and receive data parallely

Now creating Chat Server with above given specifications.



This is the code for Chat Server using UDP protocol and using Socket programming.





Here same program can send receive messege both at the same time.
I've used multi-threading concept to send and receive data parallely from multiple Server sides.

These are the two servers that I used for my chat server - chatApp :



And using multi-threading, i sent data parallely from two servers. one from Linux and another one from windows :





Hope you liked it :)

Comments

Popular posts from this blog

Automation Using Python

NETWORK TOPOLOGY