Categorygithub.com/libs4go/jsonrpc
repositorypackage
0.0.0-20210721102742-027f451b4647
Repository: https://github.com/libs4go/jsonrpc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

jsonrpc

jsonrpc v2.0 client/server implementation for golang

Transport

  • HTTP/HTTPS
  • WS/WSS

User can implement other transport protocol. The sample transport implementation reference link transport package

Usage

see server_test