/trmi

TypeScript Remote Method Invocation Library

Primary LanguageTypeScriptMIT LicenseMIT

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.