https://github.com/creachadair/wschannel
An implementation of the jrpc2 Channel over websocket.
https://github.com/creachadair/wschannel
go golang jsonrpc2 websocket
Last synced: about 1 year ago
JSON representation
An implementation of the jrpc2 Channel over websocket.
- Host: GitHub
- URL: https://github.com/creachadair/wschannel
- Owner: creachadair
- License: other
- Created: 2021-09-30T01:03:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T15:35:48.000Z (about 1 year ago)
- Last Synced: 2025-03-27T16:38:04.510Z (about 1 year ago)
- Topics: go, golang, jsonrpc2, websocket
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wschannel
[](https://pkg.go.dev/github.com/creachadair/wschannel)
[](https://github.com/creachadair/wschannel/actions/workflows/go-presubmit.yml)
Package `wschannel` provides an implementation of the
[`jrpc2`](https://godoc.org/github.com/creachadair/jrpc2) module's
[`Channel`](https://godoc.org/github.com/creachadair/jrpc2/channel#Channel)
interface using a websocket as transport.