Aims to be the fastest RPC implemenation that can both run in the web browser and on the server using node.js. Supports authorization and streaming callbacks.
A simple, fast RPC for Node.JS
A json rpc implementation over streams
JSON-RPC 2.0 implementation over WebSockets for Node.js
Runtime library for RPC clients generated by the protoc plugin "protobuf-ts"
Type definitions for parsed types used in the Solana RPC
Remote procedure call for client-server communication in Vite plugins
Shared generic JSON RPC specifications
A small toolset for streaming JSON-RPC data and matching requests and responses
Create an Ethereum provider using a JSON-RPC engine or middleware
Defines all default Solana RPC methods as types
A library for sending JSON RPC requests to Solana RPCs
A fast RPC protocol that uses WebSockets and MessagePack
A library for subscribing to Solana RPC notifications
A generic implementation of JSON RPCs using proxies
Ethereum RPC and Provider errors
Reusable transformers for patching RPC inputs and outputs
JSON-RPC 2.0 client and server
[json-rpc-engine](https://github.com/MetaMask/json-rpc-engine) middleware implementing ethereum filter methods. Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).
Ethereum RPC and Provider errors.
Defines all default Solana RPC subscriptions as types
Super fast rpc mechanism for LevelUp
An RPC transport that uses HTTP requests
Efficient implementation of Levenshtein algorithm with locale-specific collator support.
Simple, lightweight and fast XML-RPC client library for ruby based on OX XML parser.
This Ruby Gem is a fast RPC client for Bitcoin Core style software, including Dogecoin, Litecoin, and other similar software that implements Bitcoin Core RPC interfaces.
Queued RPC client and server. Works as normal RPC server, but through queue interface, so allows highly scalable, distributed and asynchronous remote API implementation and fast data processing. It's based on EventMachine and typically on Beanstalk, so it's fast and thread safe.
Implementation of JSON-RPC for Sinatra
A very simple and fast RPC library
Tiny and fast RPC client for Ruby to call Clojure code
Rapuncel is a simple XML-RPC Client based on Nokogiri, thus provides a fast and easy way to interact with XML-RPC services.
A fast, thread-safe, simple, lightweight, batchable, sober interface to the bitcoind JSON-RPC api.
Rapuncel is a simple XML-RPC Client based on Nokogiri, thus provides a fast and easy way to interact with XML-RPC services.
This gem wraps the official C++ implementation of Cap'n Proto (libcapnp). From the Cap'n Proto documentation: "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster."
RedisRpc is the easiest to use RPC library in the world. (No small claim!). This version is a repackage that only has Ruby implementation. Redis is a powerful in-memory data structure server that is useful for building fast distributed systems. Redis implements message queue functionality with its use of list data structures and the `LPOP`, `BLPOP`, and `RPUSH` commands. RedisRpc implements a lightweight RPC mechanism using Redis message queues to temporarily hold RPC request and response messages. These messages are encoded as JSON strings for portability. Many other RPC mechanisms are either programming language specific (e.g. Java RMI) or require boiler-plate code for explicit typing (e.g. Thrift). RedisRpc was designed to be extremely easy to use by eliminating boiler-plate code while also being programming language neutral. High performance was not an initial goal of RedisRpc and other RPC libraries are likely to have better performance. Instead, RedisRpc has better programmer performance; it lets you get something working immediately.
RedisRPC is the easiest to use RPC library in the world. (No small claim!) It has implementations in Ruby, PHP, and Python. Redis is a powerful in-memory data structure server that is useful for building fast distributed systems. Redis implements message queue functionality with its use of list data structures and the `LPOP`, `BLPOP`, and `RPUSH` commands. RedisRPC implements a lightweight RPC mechanism using Redis message queues to temporarily hold RPC request and response messages. These messages are encoded as JSON strings for portability. Many other RPC mechanisms are either programming language specific (e.g. Java RMI) or require boiler-plate code for explicit typing (e.g. Thrift). RedisRPC was designed to be extremely easy to use by eliminating boiler-plate code while also being programming language neutral. High performance was not an initial goal of RedisRPC and other RPC libraries are likely to have better performance. Instead, RedisRPC has better programmer performance; it lets you get something working immediately.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.