Skip to content

aurbano/irc-gui-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-IRC

Java chat almost IRC compliant with graphical interface. The GUI was written using Java Swing mainly, although the main chat area was styled using HTML+CSS for extra control.

Running

First launch the server: ChatServer.jar:

java -jar ChatServer.jar [port]

Once it's running execute the client (ClienteChat), you will have to build it first. Write the server IP and port where the server is running, and that should be it.

Screenshots

Main GUI

View of the main GUI, when connected directly to the server

Commands

Command list and description. The GUI implements all the commands in the Menus and different controls, so joining/creating a room, seeing online users... is all done automatically.

Extras

Since this was a University project, we were all creating our own different clients. For a bit of extra fun I wrote a DoS tool that could take down any chat server within seconds :)

Contributors

License

Licensed under the GPL license

Analytics