An open API service indexing awesome lists of open source software.

https://github.com/olexnzarov/trmi

TypeScript Remote Method Invocation Library
https://github.com/olexnzarov/trmi

remote-method-invocation rmi trmi trmi-http trmi-redis typescript

Last synced: 7 months ago
JSON representation

TypeScript Remote Method Invocation Library

Awesome Lists containing this project

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.