Skip to content

A simple chat developped in Java to practice using TCP sockets and multi-thread programming.

Notifications You must be signed in to change notification settings

amsamu/SimpleChatTCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SimpleChatTCP

This is a simple chat developped in Java following a client-server architecture. The client and the server are two separate programs, the server being command-line-only while the client has a simple GUI created with Java Swing. The server and the client communicate using an original protocol.

SimpleChatUDP is an alternate version of this project that uses UDP sockets instead of TCP.

About

A simple chat developped in Java to practice using TCP sockets and multi-thread programming.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages