https://github.com/julia-vscode/jsonrpc.jl
Julia implementation of JSON RPC
https://github.com/julia-vscode/jsonrpc.jl
Last synced: 4 months ago
JSON representation
Julia implementation of JSON RPC
- Host: GitHub
- URL: https://github.com/julia-vscode/jsonrpc.jl
- Owner: julia-vscode
- License: mit
- Created: 2020-05-15T12:13:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T23:10:37.000Z (about 1 year ago)
- Last Synced: 2024-04-14T00:28:22.634Z (about 1 year ago)
- Language: Julia
- Size: 93.8 KB
- Stars: 14
- Watchers: 6
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JSONRPC
An implementation for JSON RPC 2.0. See [the specification](https://www.jsonrpc.org/specification) for details.
Currently, only JSON RPC 2.0 is supported. This package can act as both a client & a server.