Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/you21979/node-jsonrpc-spec
https://github.com/you21979/node-jsonrpc-spec
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/you21979/node-jsonrpc-spec
- Owner: you21979
- License: mit
- Created: 2018-04-11T07:17:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T03:03:32.000Z (over 6 years ago)
- Last Synced: 2024-11-01T20:20:13.734Z (11 days ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-jsonrpc-spec
[![NPM](https://nodei.co/npm/jsonrpc-spec.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/jsonrpc-spec)
[![Build Status](https://secure.travis-ci.org/you21979/node-jsonrpc-spec.png?branch=master)](https://travis-ci.org/you21979/node-jsonrpc-spec)
[![Coverage Status](https://coveralls.io/repos/github/you21979/node-jsonrpc-spec/badge.svg?branch=master)](https://coveralls.io/github/you21979/node-jsonrpc-spec?branch=master)## implement spec
http://www.jsonrpc.org/specification
## install
```
npm i jsonrpc-spec
```