Categorygithub.com/sourcegraph/jsonrpc2
repositorypackage
0.2.0
Repository: https://github.com/sourcegraph/jsonrpc2.git
Documentation: pkg.go.dev

# Packages

Package websocket provides WebSocket transport support for JSON-RPC 2.0.

# README

jsonrpc2: JSON-RPC 2.0 implementation for Go Build Status Sourcegraph GoDoc

Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.

This package is experimental until further notice.

Open the code in Sourcegraph

Known issues

  • Batch requests and responses are not yet supported.