Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glebbash/nestjs-pubsub-core
https://github.com/glebbash/nestjs-pubsub-core
hacktoberfest nestjs pubsub
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/glebbash/nestjs-pubsub-core
- Owner: glebbash
- License: mit
- Created: 2021-04-13T17:12:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T10:29:18.000Z (about 1 year ago)
- Last Synced: 2024-10-12T20:40:12.985Z (2 months ago)
- Topics: hacktoberfest, nestjs, pubsub
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nestjs-pubsub-core
[![Deploy](https://github.com/glebbash/nestjs-pubsub-core/workflows/build/badge.svg)](https://github.com/glebbash/nestjs-pubsub-core/actions)
[![Coverage Status](https://coveralls.io/repos/github/glebbash/nestjs-pubsub-core/badge.svg?branch=master)](https://coveralls.io/github/glebbash/nestjs-pubsub-core?branch=master)Nest.js Google PubSub module that provides topics and subscriptions specified in configuration.
Also provides optional PubSubPublisher service to publish to topics (handles request timeouts).
## Installation
```sh
npm i nestjs-pubsub-core
```## Usage
[Usage examples](examples)
## About
Bootstrapped with: [create-ts-lib-gh](https://github.com/glebbash/create-ts-lib-gh)
This project is [Mit Licensed](LICENSE)