Git Product home page Git Product logo

jrpcd's Introduction

jrpcd

Generic JSON RPC router with caching support

Syntax:

./jrpcd \
  --listen 127.0.0.1:9545 \
  --cachedir /tmp/cache \
  --logfile /tmp/jrpcd.log \
  --loglevel debug \
  -b http://localhost:8545/ \
  -b someid=https://some.node:8545/with/trace/support/MY-SECRET-ID \
  -r "someid=match:trace_*"

This starts a JSON RPC router waiting for requests on 127.0.0.1:9545. As cachedir is specified, responses from upstream servers are cached in the given directory and served from there for subsequent requests. Logs are stored in the given file, its contents will be rotated automatically according to internal hardcoded rules, currently limiting it to 10MB size and 5 backups kept for max. 7 days. A local JSON RPC backend at port 8545 is added. It has no explicit name ($name=URL), so it gets the name "default". The default backend will be used for all requests that do not match a specific rule. Another remote backend is added with the name "someid". A routing rule is added. All requests whose method matches the trace_* pattern will be routed to the someid backend.

jrpcd's People

Contributors

px84 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.