#
jsonrpc
Here are 118 public repositories matching this topic...
a golang micro-service framework compatible with alibaba dubbo
html
golang
microservice
http-client
zookeeper
tcp-server
tcp-client
http-server
hessian
dubbo
jsonrpc
alibaba-dubbo
dubbogo
jsonrpc2
-
Updated
Nov 14, 2019 - Go
jacogr
commented
Jan 18, 2019
Currently these are not included in the generated documentation, but should be.
(Related to polkadot-js/api#589 where we add some actual sample of use)
smyrman
commented
Sep 11, 2019
Setting a default value through magic comments, e.g.:
//zenrpc:bar="bar" Foobar
func (srv Service) Foo(ctx contect.Context, foo string) (*Result, *zenrpc.Error) {
// ...
}
Appear not too generate a Default value in the SMD:
{
Name: "foo",
Optional: true,
Description: `Foobar`,
Type: smd.String,
},Expect something ala:
_MfooAbar_def
Open
Setup coverage
sz-piotr
opened
Dec 21, 2019
Simple jsonrpc javascript library. Generate and parse json rpc messages
-
Updated
Jul 22, 2019 - JavaScript
auto update aria2 bt-tracker
-
Updated
Oct 8, 2018 - Shell
RPC plugins for pyramid. XML-RPC, JSON-RPC, etc.
-
Updated
Aug 29, 2017 - Python
Generic async RPC implementation, including JSON-RPC
-
Updated
Nov 20, 2019 - Python
Parse and Serialize JSON-RPC v2.0 messages in free-pascal or Delphi application. See enhanced version https://github.com/r3code/pascal-jsonrpc-lite-2
-
Updated
Dec 25, 2017 - Pascal
vesellov
opened
Apr 8, 2020
BitDust project source codes : official Public Git repository (mirror on GitHub) : https://bitdust.io
python
cryptography
privacy
networking
state-machine
storage
ecc
data-storage
blockchain
p2p
twisted
dht
raid
asynchronous-programming
communications
restful-api
automatas
network-programming
jsonrpc
parallel-python
-
Updated
May 27, 2020 - Python
btrackers-postman - BitTorrent Trackers Postman, fetch BitTorrent Trackers URL list from ngosang/trackerslist and post to your aria2 server via jsonrpc.
-
Updated
Nov 5, 2017 - Python
Electrum client running as a daemon in docker container
-
Updated
Apr 3, 2020 - Dockerfile
Android Cacheable Network Library For HTTP & JSON RPC protocol. Cache network responses to use later. Designed for offline first approached architecture.
-
Updated
Jul 6, 2018 - Java
jsonrpc-cli is a command-line tool that performs json-rpc queries
-
Updated
Jan 21, 2020 - PHP
Improve this page
Add a description, image, and links to the jsonrpc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jsonrpc topic, visit your repo's landing page and select "manage topics."
I'd like to know how blueprints actually work in Flask-JSONRPC; the only thing the examples look to be doing is registering the blueprint itself, but the methods on it are registered to the toplevel JSONRPC instance, instead of one for the blueprint itself: