# trmi

Latest version **1.0.4** (published 2021-05-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install trmi
pnpm add trmi
yarn add trmi
bun add trmi
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2021-05-30 |
| First published | 2021-05-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 23 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | alexnzarov |
| Maintainers | alexnzarov |

## Links

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

## Recent versions

- 1.0.4 (latest) — 2021-05-30
- 1.0.3 — 2021-05-29
- 1.0.2 — 2021-05-29
- 1.0.1 — 2021-05-29
- 1.0.0 — 2021-05-29

## README

# TypeScript Remote Method Invocation

[![npm](https://img.shields.io/npm/v/trmi?label=trmi)](https://www.npmjs.com/package/trmi)
[![npm](https://img.shields.io/npm/v/trmi-redis?label=trmi-redis)](https://www.npmjs.com/package/trmi-redis)
[![npm](https://img.shields.io/npm/v/trmi-http?label=trmi-http)](https://www.npmjs.com/package/trmi-http)

A TypeScript RMI implementation that lets you communicate between services efficiently.

This repository includes the sources for the following:

- [trmi](trmi): Core package that provides interfaces and base functionality used by different RMI implementations.
- [trmi-redis](trmi-redis): Redis Pub/Sub RMI implementation.
- [trmi-http](trmi-http): HTTP RMI implementation.

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