Multi Client Chat Server using Sockets and Threads in Java Part 3
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=wiuA4hldzXE
Sockets Programming helps us to communicate with the various computers running on a network. In Java, Socket programming can be either connection-oriented or connectionless. We will design the connection-oriented application that uses the Client-Server model. • In the Client-Server model, the Server has a unique IP Address and port number. The client tries to make a connection with the server using this port number and IP address. The server listens and accepts the connection. Once the connection is built, the Server can receive a message from the client as well as respond back a message to the client. • Since the project involves multiple clients that can send messages to each other, we will use threads. The thread ensures that every client gets their own server socket. • Github Link : https://github.com/gyawaliamit7/Multi...
#############################
![](http://youtor.org/essay_main.png)