An open API service indexing awesome lists of open source software.

https://github.com/fractal-solutions/rpc

simple RPC using Jayson (RPC framework)
https://github.com/fractal-solutions/rpc

Last synced: about 2 months ago
JSON representation

simple RPC using Jayson (RPC framework)

Awesome Lists containing this project

README

        

# RPC between P(client) and Q(server)
## Instructions
Within p.js is the RPC functions whose inputs can be altered manually from there

To initialize run ```npm install``` from within the RPC directory
Run the Server ```node q```
then the Client ```node p```