Skip to content

Simple chat program for multiple clients with swing GUI.

Notifications You must be signed in to change notification settings

timofriedl/javaABC-simple-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

javaABC Simple Chat

Simple chat program for multiple clients with Java Swing GUI.

Server

Start a server instance by running the main function of server.ChatServer.java. The default port is always 3141.

Client

Start a client instance by running the main function of client.ChatClient.java. Input the IP Address of the server and press OK.