Skip to content

Server and Client code for the official ChatWayChat program

Notifications You must be signed in to change notification settings

RaymondFallon/ChatWayChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatWayChat

This was a simple project I created to get a feel for two things in Java:

  1. Using sockets to connect machines
  2. Creating a GUI with Java AWT and Swing

Once the server is running, it waits for clients to connect. When there are multiple clients available, it will connect them for one-to-one chats, ostensibly between strangers. Once one client disconnects, it will offer to let the stranded client reconnect with a new stranger.

About

Server and Client code for the official ChatWayChat program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages