Skip to content

TCP based chat service complete with both server and client side files

Notifications You must be signed in to change notification settings

auraluvsu/tcp-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

TCP-based Chat Service

This is my Chat service using a tcp connection to send messages into a chatroom using a GUI interface with text boxes and real-time messaging.
The program will open using a seperate window and will automatically prompt you to create a username and password, which will then be hashed and stored in a MySQL database.
After this the user will be connected to the chatroom of their choice.