Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T14:02:20.000Z (about 2 years ago)
- Last Synced: 2023-03-02T15:31:16.640Z (over 1 year ago)
- Topics: websocket, websocket-client, websocket-protocol
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 18
- 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