Skip to content

logitick/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#JQuickChat

A simple local network chatting system written in Java where you connect to a chatroom using the chat server’s IP address. The server and client can run on any OS through the JVM. The username in the Operating System level will be used as his/her username in the chat room.

##Starting the server ###Syntax

java Main <ip address>

###Example

java Main 192.168.1.1

server screenshot

##Using the client Start the client

java JQuickChatClientController

Client screenshot

In the menu bar, open:
Chat->Connect and enter the server's IP address

Client screenshot

You are now connected Client screenshot

##TODO

  • Fix the ugly threading
  • Add user accounts
  • Server administration

About

A Quick Chat System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors