You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my Chat service using a websocket connection to send messages into a chatroom using a GUI 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.
About
Websocket based chat service complete with both server and client side files, complete with relational database for storage