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)
- Host: GitHub
- URL: https://github.com/fractal-solutions/rpc
- Owner: fractal-solutions
- Created: 2024-02-02T21:48:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T21:58:46.000Z (over 1 year ago)
- Last Synced: 2025-02-07T01:45:33.562Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 thereTo initialize run ```npm install``` from within the RPC directory
Run the Server ```node q```
then the Client ```node p```