Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)