Java messaging app with GUI
Client and Server folders should be opened seperately.
1-Create a project Server
2-Make package name msg_app
3-Copy msg_app folder in server to project folder
4-Set Main location (msg_app.Main)
1-Create a porject Client
2-Make package name msg_app
3-Copy msg_app folder in server to project folder
4-Set Main location (msg_app.Main)
1-Execute Server (Window will not appear until client connects)
2-Execute Client and enter Server IP and Port (Default 4321)
3-When connection is established both Client and Server windows will appear
Messages sent are not encrypted. Not recomended for sending important information