Welcome to WittCode! In this video we will create a group chat using Java sockets. In other words, we will be creating a server with multiple clients using Java sockets. We will also learn about multithreading in Java.
Become a Better Developer
📚 https://courses.wittcode.com
My Software
📡 WittCepter - https://chromewebstore.google.com/detail/wittcepter/almcnacncageamimacljglnjcpjfogbj
🪵 ConsoleLog - https://chromewebstore.google.com/detail/consolelog/bpkeepmeajdffneiimcknfnjodekcgnh
Download Code
👨💻 https://blog.wittcode.com
⌛ Timestamps
0:00 - Demonstrating the Program
2:23 - Creating the IntelliJ Project
2:57 - Coding the Server
9:21 - Coding the ClientHandler
26:45 - Coding the Client
37:47 - Demonstrating the Program