Skip to content

jhallen978/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Server and Client Project
By: Jonathan Allen and Dillon Irish

//Makefile commands
1. make clean: cleans class files and temp files
2. make all: compiles both server and client (in their folders)
3. make runserver: runs the server
4. make runclient: runs the client

//Client commands
1. To connect, just type you username in the textbox and hit enter
2. Once connected type messages into textbox and hit enter (allchat)
3. Private message: "/w [toUsername] [message]"
4. List Users: "/u"
5. Help: "/h"
6. Disconnect: "/d"

About

Chat server and client made in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published