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
- Host: GitHub
- URL: https://github.com/olexnzarov/trmi
- Owner: olexnzarov
- License: mit
- Created: 2021-05-29T22:55:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T21:33:31.000Z (about 5 years ago)
- Last Synced: 2025-10-03T00:01:35.394Z (8 months ago)
- Topics: remote-method-invocation, rmi, trmi, trmi-http, trmi-redis, typescript
- Language: TypeScript
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TypeScript Remote Method Invocation
[](https://www.npmjs.com/package/trmi)
[](https://www.npmjs.com/package/trmi-redis)
[](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.