good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrpc
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
jrpc
Commits
ba59248b
Verified
Commit
ba59248b
authored
1 year ago
by
a
Browse files
Options
Downloads
Patches
Plain Diff
readme
parent
0dec6e5c
Loading
Loading
No related merge requests found
Pipeline
#51156
passed with stage
Stage: test
in 4 minutes and 8 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+3
-2
3 additions, 2 deletions
readme.md
with
3 additions
and
2 deletions
readme.md
+
3
−
2
View file @
ba59248b
...
...
@@ -26,6 +26,7 @@ it is currently being used in the oku.trade api in proxy, client, and server app
- extensions, which allow setting arbitrary fields on the parent object, like in sourcegraph jsonrpc2
- jmux, which allows for http-like routing, implemented like `go-chi/v5`, except for jsonrpc2 paths
- argreflect, which allows mounting methods on structs to the rpc engine, like go-ethereum/rpc
- allows for streaming over eventsource - means subscriptions without websockets
## batch requests
...
...
@@ -54,7 +55,7 @@ pkg/ - packages for implementing jrpc
clientutil/ - common utilities for client implementations to use
idreply.go - generalizes making a request with an incrementing id, then waiting on it
helper.go - helpers for decoding messages, etc
code
c/ -
code
c related things. to implement new codecs, use this package
jsonrp
c/ -
jsonrp
c related things. to implement new codecs, use this package
errors.go - jsonrpc2 error codes and marshaling
json.go - jsonrpc2 json rules, encoding, decoding
peer.go - peerinfo
...
...
@@ -92,7 +93,7 @@ contrib/ - packages that add to jrpc
argreflect/ - go-ethereum style struct reflection
middleware/ - pre implemented middleware
extension/ - extensions to the protocol
subscription/ -
WIP:
subscription engine for go-ethereum style subs
subscription/ - subscription engine for go-ethereum style subs
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment