https://github.com/enricodeleo/cambusa-subscribers
A reusable TypeORM subscriber module designed to seamlessly integrate with Cambusa.
https://github.com/enricodeleo/cambusa-subscribers
bun cambusa subscribers typeorm
Last synced: 2 months ago
JSON representation
A reusable TypeORM subscriber module designed to seamlessly integrate with Cambusa.
- Host: GitHub
- URL: https://github.com/enricodeleo/cambusa-subscribers
- Owner: enricodeleo
- Created: 2024-09-21T15:25:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T15:35:45.000Z (almost 2 years ago)
- Last Synced: 2025-09-10T02:26:44.493Z (11 months ago)
- Topics: bun, cambusa, subscribers, typeorm
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cambusa-subscribers
Cambusa Subscribers is a reusable TypeORM subscriber module designed to seamlessly integrate with [Cambusa](https://github.com/enricodeleo/cambusa). This package allows to broadcast entity lifecycle events (insert, update, remove) to the Cambusa broadcasting system, enabling real-time updates and enhanced interactivity within applications.
## Usage
This module is part of the Cambusa ecosystem and it is already included in the framework. You won't need to install it separately.