Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blankeos/go-ws-chat
📘 Golang Websocket Chat server.
https://github.com/blankeos/go-ws-chat
Last synced: 4 days ago
JSON representation
📘 Golang Websocket Chat server.
- Host: GitHub
- URL: https://github.com/blankeos/go-ws-chat
- Owner: Blankeos
- Created: 2023-11-07T18:41:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-07T18:41:23.000Z (12 months ago)
- Last Synced: 2024-05-15T15:31:36.542Z (6 months ago)
- Language: Go
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-ws-chat
A golang server that uses websockets to send messages. Understood how to use the net/http, sending and receiving buffers via websockets, making methods in structs.
Based this on [Anthony GG's tutorial](https://www.youtube.com/watch?v=JuUAEYLkGbM)
![demo](demo.gif)