Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shirokovnv/json-rpc-starter
JSON RPC Starter Kit.
https://github.com/shirokovnv/json-rpc-starter
json rpc specification
Last synced: 1 day ago
JSON representation
JSON RPC Starter Kit.
- Host: GitHub
- URL: https://github.com/shirokovnv/json-rpc-starter
- Owner: shirokovnv
- License: mit
- Created: 2022-06-07T17:51:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T10:00:28.000Z (about 2 years ago)
- Last Synced: 2023-03-03T21:54:06.723Z (over 1 year ago)
- Topics: json, rpc, specification
- Language: HTML
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JSON RPC Starter
This is a starter kit for creating JSON schemas based on the [Open-RPC](https://open-rpc.org/) standard, building documentation and api mocks in minutes.
## Depends on
> [docker](https://www.docker.com/)
> [make](https://www.gnu.org/software/make/manual/make.html)
> [open-rpc docs-react](https://github.com/open-rpc/docs-react)
> [open-rpc mock-server](https://github.com/open-rpc/mock-server)
## Quick start
1. include your api specification to `schema/openrpc.json`.
2. run `make pull`
3. run `make docs-watch` to see api documentation in browser.
4. run `make mock-server` to start example rpc server.
or run `make help` for available commands.
## License
MIT. Please see the [license file](LICENSE.md) for more information.