You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** Always run server program before client.
107
108
1. [Client Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/FirstClient.java): Sends request and a message.
108
109
2. [Server Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/FirstServer.java): Listens on port and prints message to console.
110
+
3. [Client Program for simple chat application](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/MyClient1.java)
111
+
4. [Server Program for simple chat application](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/MyServer1.java)
0 commit comments