Skip to content

Conversation

@Te4nick
Copy link

@Te4nick Te4nick commented Jan 12, 2026

Adding JSON-RPC 2.0 implementation

Limitaions

  • Request/Response use only string id
  • JSON-RPC 1.0 incompatible

Features

  • Request/Response single/batch json encoding/decoding
  • Server to work with any io.ReaderWriter
  • Server automatically manages batch Requests and builds batch Response
  • Client to work with any io.ReaderWriter
  • Interceptors for custom events, raw Request, Request, Response, raw Response

@Avey777
Copy link
Contributor

Avey777 commented Jan 13, 2026

#25706

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants