https://github.com/kanrichan/websocket
An implementation of the websocket written in pure Go
https://github.com/kanrichan/websocket
websocket websocket-client websocket-protocol
Last synced: about 1 month ago
JSON representation
An implementation of the websocket written in pure Go
- Host: GitHub
- URL: https://github.com/kanrichan/websocket
- Owner: kanrichan
- License: apache-2.0
- Created: 2021-11-13T12:33:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T14:02:20.000Z (over 2 years ago)
- Last Synced: 2025-03-27T07:35:53.420Z (about 2 months ago)
- Topics: websocket, websocket-client, websocket-protocol
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSocket
`WebSocket` 协议 [RFC-6455](https://datatracker.ietf.org/doc/html/rfc6455) 的实现### TODO
- ws-client
+ [x] Handshake
+ [x] SendFrame
+ [x] RecvFrame
+ [x] Close
- ws-server