good morning!!!!

Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • renovate/node-20.x-lockfile
  • renovate/mocha-10.x-lockfile
  • renovate/chai-4.x-lockfile
  • renovate/rollup-plugin-commonjs-25.x-lockfile
  • renovate/rollup-plugin-typescript-11.x-lockfile
  • renovate/rollup-plugin-json-6.x-lockfile
  • renovate/ts-node-10.x-lockfile
  • renovate/rollup-3.x-lockfile
  • renovate/sinon-10.x-lockfile
  • renovate/rollup-plugin-node-resolve-15.x-lockfile
  • v1.7.3
  • v1.7.2
  • v1.7.1
  • v1.7.0
  • v1.6.0
  • v1.5.0
  • v1.4.0
  • v1.3.0
  • v1.2.5
  • v1.2.1
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.0
  • v1.1.0
  • v1.0.15
  • v1.0.14
  • v1.0.13
  • v1.0.12
  • v1.0.11
31 results

jsrpc

  • Clone with SSH
  • Clone with HTTPS
  • a's avatar
    a authored
    chore: Configure Renovate
    
    See merge request !1
    3ed27401
    History

    jsrpc

    this is a json-rpc server that is meant to work with a jrpc server https://gfx.cafe/open/jrpc

    what that means is a json-rpc2 server over either https or websocket. that also supports ethereum-rpc style subscriptions

    it should work both in node and on the web

    it allows you to define type safe api client

    you will need to install ws if you want to use it in node