Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 722 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 722 Bytes

TypeScript Remote Method Invocation

npm npm npm

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

This repository includes the sources for the following:

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