# tiny-jsonrpc

> JavaScript JSON-RPC 2.0 client and server with no runtime dependencies

Latest version **2.0.1** (published 2016-02-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install tiny-jsonrpc
pnpm add tiny-jsonrpc
yarn add tiny-jsonrpc
bun add tiny-jsonrpc
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2016-02-26 |
| First published | 2012-08-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Lon Ingram |
| Maintainers | lawnsea |

## Links

- npm: https://www.npmjs.com/package/tiny-jsonrpc
- Repository: https://github.com/tiny-jsonrpc/tiny-jsonrpc
- Homepage: https://github.com/tiny-jsonrpc/tiny-jsonrpc#readme
- Issues: https://github.com/tiny-jsonrpc/tiny-jsonrpc/issues
- npm.io page: https://npm.io/package/tiny-jsonrpc

## Recent versions

- 2.0.1 (latest) — 2016-02-26
- 2.0.0 — 2016-02-23
- 1.1.0 — 2016-02-08
- 1.0.1 — 2016-02-05
- 1.0.0 — 2016-02-05
- 0.2.1 — 2012-09-24
- 0.2.0 — 2012-09-13
- 0.1.0 — 2012-08-06

## README

# Tiny JSON-RPC

JavaScript JSON-RPC 2.0 server with no runtime dependencies.

## Installation

Tiny JSON-RPC is available from npm.

``` shell
$ npm install tiny-jsonrpc
```

## Development

### Running the tests

Tiny JSON-RPC includes a suite of unit tests, driven by [tape][] and [karma][].

``` shell
$ npm test
```

## License

Tiny JSON-RPC is made available under the [MIT License](http://opensource.org/licenses/mit-license.php).

[karma]: https://karma-runner.github.io
[tape]: https://github.com/substack/tape

---
_Source: https://npm.io/package/tiny-jsonrpc · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
