A web client to interface to a JSON-RPC server over a TCP connection.
- Send requests
- Send notifications
- Subscribe to updates
- Download
git clone https://github.com/isaacgr/jsonrpc-client.git
cd jsonrpc-client/
- Install the required packages and start the application
npm install && npm run build && npm run start
The server will start on 127.0.0.1:3000
.
- React - The web framework used
- Jaysonic - The library to handle the JSON-RPC communications
- react-json-view - The interface for the responses
Definitely welcome. I tried to account for everything in the spec, but issues come up of course.
Keep it simple. Keep it minimal. Make sure all tests pass and no linting errors.
- Isaac Rowell
This project is licensed under the MIT License - see the LICENSE file for details
Thanks to react-json-view for a cool interface to display the data in.