npm.io
1.0.4 • Published 5 years ago

trmi

Licence
MIT
Version
1.0.4
Deps
0
Size
23 kB
Vulns
0
Weekly
0
Stars
2

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.