An open index of dependabot pull requests across open source projects.

github.com/coder/websocket

Ecosystem:
go
Package URL:
pkg:golang/github.com/coder/websocket
Total PRs:
58 Dependabot PRs
Latest PR:
28 days ago
Unique Repositories:
43 repositories
Unique Repos (30 days):
2 repositories
Recent PRs (filtered by: Open )
Package Details
Name: github.com/coder/websocket
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/coder/websocket
JSON API: View JSON
Package Information
Description:

Package websocket implements the RFC 6455 WebSocket protocol. https://tools.ietf.org/html/rfc6455 Use Dial to dial a WebSocket server. Use Accept to accept a WebSocket client. Conn represents the resulting WebSocket connection. The examples are the best way to understand how to correctly use the library. The wsjson subpackage contain helpers for JSON and protobuf messages. More documentation at https://github.com/coder/websocket. The client side supports compiling to Wasm. It wraps the WebSocket browser API. See https://developer.mozilla.org/en-US/docs/Web/API/WebSocket Some important caveats to be aware of: This example demonstrates a echo server. This example demonstrates full stack chat with an automated test.

Repository: https://github.com/coder/websocket
Homepage: https://github.com/coder/websocket
Latest Release: v1.8.13
about 1 year ago
Dependent Repos: 0
Dependent Packages: 0
Ranking: Top 6.7236% by dependent repos Top 6.299% by dependent pkgs
PR Status
Open 27 (46.6%)
Merged 12 (20.7%)
Closed 16 (27.6%)
PR Types
Patch 55 (94.8%)