https://github.com/masstransit/masstransit-js
Distributed Application Framework for .NET and JavaScript/TypeScript
https://github.com/masstransit/masstransit-js
Last synced: about 1 year ago
JSON representation
Distributed Application Framework for .NET and JavaScript/TypeScript
- Host: GitHub
- URL: https://github.com/masstransit/masstransit-js
- Owner: MassTransit
- License: apache-2.0
- Created: 2021-03-13T13:07:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T18:19:17.000Z (over 3 years ago)
- Last Synced: 2024-04-26T19:49:22.701Z (about 2 years ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 44
- Watchers: 8
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MassTransit
MassTransit is a _free, open-source_ distributed application framework for .NET. MassTransit makes it easy to create applications and services that leverage
message-based, loosely-coupled asynchronous communication for higher availability, reliability, and scalability.

MassTransit is Apache 2.0 licensed.
## MassTransit for JavaScript
This repository is the NPM package source for the JavaScript version of MassTransit. This is not a full implementation of MassTransit, and is primarily
designed for interop with MassTransit for .NET from Node applications.
[Official MassTransit web site](https://masstransit-project.com)
**_This project is currently under development, feedback and contributions encouraged!_**