good morning!!!!

Skip to content
Snippets Groups Projects
readme.md 375 B
Newer Older
  • Learn to ignore specific revisions
  • a's avatar
    yay
    a committed
    # 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
    
    
    a's avatar
    ok  
    a committed
    you will need to install ws if you want to use it in node