https://github.com/auraluvsu/websocket-chat
Websocket based chat service complete with both server and client side files, complete with relational database for storage
https://github.com/auraluvsu/websocket-chat
backend backend-development backend-go chat-application client-server go go-developer go-websocket golang messaging mysql mysql-database relational-databases sql websocket websocket-application websocket-chat websocket-client websocket-connection websocket-server
Last synced: 7 days ago
JSON representation
Websocket based chat service complete with both server and client side files, complete with relational database for storage
- Host: GitHub
- URL: https://github.com/auraluvsu/websocket-chat
- Owner: auraluvsu
- Created: 2025-03-06T11:13:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T11:39:49.000Z (about 1 year ago)
- Last Synced: 2025-03-28T12:32:16.170Z (about 1 year ago)
- Topics: backend, backend-development, backend-go, chat-application, client-server, go, go-developer, go-websocket, golang, messaging, mysql, mysql-database, relational-databases, sql, websocket, websocket-application, websocket-chat, websocket-client, websocket-connection, websocket-server
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.