Skip to content

RunalBandishti/Chat_Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

----------------Chat Room----------------

Name of the project -: Chat Room

Technology -: JAVA-Programming Language

User Interface -: GUI (Graphical User Interface)

Hardware Requirements -: 20 MB HDD and Processor(any one)

Description of the project -: This project is Java based Chat Application.Here,localhost acts as a server and N number of clients can get connected to the server and chat further.

Note::Run Server and Client programs on different Terminals,and futher if you want to add client then again run client side code on another Terminal too.

To compile this Server, use the below command as -:

javac myGUI.java

To run the Server , use the below command as -:

java myGUI

To compile the Client, use the below command as -:

javac clientside1.java

To run the Client , use the below command as -:

java clientside1

About

A Java Based Chat Room/Application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages