An open API service indexing awesome lists of open source software.

https://github.com/auraluvsu/websocket-chat

TCP based chat service complete with both server and client side files
https://github.com/auraluvsu/websocket-chat

chatservices golang messaging tcp-chat-room tcp-chatroom tcp-client tcp-server tcp-socket websocket websocket-application websocket-chat websocket-client websocket-connection websocket-server

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

Websocket-based Chat Service


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.