[ 原始碼: golang-nhooyr-websocket ]
套件:golang-nhooyr-websocket-dev(1.8.11-5)
golang-nhooyr-websocket-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-nhooyr-websocket:
- [golang-nhooyr-websocket_1.8.11-5.dsc]
- [golang-nhooyr-websocket_1.8.11.orig.tar.gz]
- [golang-nhooyr-websocket_1.8.11-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- python3-websockets
- golang-github-evanphx-json-patch-dev
- golang-github-google-wire-dev
- golang-github-xdg-go-scram-dev
- libcrypt-jwt-perl
- golang-github-youmark-pkcs8-dev
- golang-github-graph-gophers-graphql-go-dev
- golang-github-katalix-go-l2tp-dev
- golang-webpki-org-jsoncanonicalizer-dev
- golang-github-gorilla-websocket-dev
- golang-github-dpotapov-go-spnego-dev
Minimal and idiomatic WebSocket library for Go (library)
websocket is a minimal and idiomatic WebSocket library for Go.
Highlights
* Minimal and idiomatic API * First class context.Context (https://blog.golang.org/context) support * Fully passes the WebSocket autobahn-testsuite (https://github.com/crossbario/autobahn-testsuite) * Single dependency (https://pkg.go.dev/nhooyr.io/websocket?tab=imports) * JSON and protobuf helpers in the wsjson (https://pkg.go.dev/nhooyr.io/websocket/wsjson) and wspb (https://pkg.go.dev/nhooyr.io/websocket/wspb) subpackages * Zero alloc reads and writes * Concurrent writes * Close handshake (https://pkg.go.dev/nhooyr.io/websocket#Conn.Close) * net.Conn (https://pkg.go.dev/nhooyr.io/websocket#NetConn) wrapper * Ping pong (https://pkg.go.dev/nhooyr.io/websocket#Conn.Ping) API * RFC 7692 (https://tools.ietf.org/html/rfc7692) permessage-deflate compression * Compile to Wasm (https://pkg.go.dev/nhooyr.io/websocket#hdr-Wasm)
其他與 golang-nhooyr-websocket-dev 有關的套件
|
|
|
|
-
- dep: golang-github-gin-gonic-gin-dev
- HTTP web framework written in Go
-
- dep: golang-github-google-go-cmp-dev
- Package for comparing Go values in tests
-
- dep: golang-github-gorilla-websocket-dev
- Go package implementing the WebSocket protocol
-
- dep: golang-github-klauspost-compress-dev
- optimized compression packages
-
- dep: golang-golang-x-time-dev
- Go supplementary time packages