Skip to content

I made a small Java application that demonstrates the use of socket programming and sophisticated Java graphical user interfaces like Java Swing. where an IP address is used to communicate between the client and server

Notifications You must be signed in to change notification settings

waghvedant/LetsChat_SendMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

JAVA CHATTING TOOL

I made a little chat tool for this project that allows client and server to talk to each other via IP addresses. I have specifically incorporated the interaction between them using Java socket programming. It applies the front end view using JavaX, an API that is a component of advanced Java. Simply run the TwoChat.java file or copy the Java code into the Java IDE and run it twice for the client and server to start the program. To connect to the server, first run it as a server and then as a client. It only provides a brief example of how Java can be used to run applications with a graphical user interface and server programming; the main emphasis is on socket programming, which is how the real connection is made.

About

I made a small Java application that demonstrates the use of socket programming and sophisticated Java graphical user interfaces like Java Swing. where an IP address is used to communicate between the client and server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages