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.