Skip to content

wizzu/rfschat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFSChat - Really Fine and Simple Chat

RFSChat is a simple multiuser chat application for demo purposes.

Building

The program can be compiled using the simple compile.sh shell script.

Manually running "javac -d bin src/*.java" is also possible.

Running

The program can be started using the simple run.sh shell script.

Manually running "java -cp [classdir]/ChatServer [listenport]" is also possible.

Using

After the program has been started, clients can connect to the server on the port specified during server startup. E.g. "telnet [server-hostname] 1234".

Clients can send simple one-line text messages to the server.

The following case-sensitive commands available:

  • HELP - displays a help text
  • NICK - change the client's nickname
  • WHO - list connected users
  • QUIT - disconnect from the chat service

Messages not recognised as valid commands are passed on to other connected users.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors