https://github.com/auraluvsu/tcp-chat
TCP based chat service complete with both server and client side files
https://github.com/auraluvsu/tcp-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: over 1 year ago
JSON representation
TCP based chat service complete with both server and client side files
- Host: GitHub
- URL: https://github.com/auraluvsu/tcp-chat
- Owner: auraluvsu
- Created: 2025-03-06T11:13:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T12:02:20.000Z (over 1 year ago)
- Last Synced: 2025-03-06T12:28:12.243Z (over 1 year ago)
- Topics: 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
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.