An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# wschannel

[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/github.com/creachadair/wschannel)
[![CI](https://github.com/creachadair/wschannel/actions/workflows/go-presubmit.yml/badge.svg?event=push&branch=main)](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.