Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/underfisk/nestjs-pusher
Pusher module for nestjs with support for event chunking and decorators
https://github.com/underfisk/nestjs-pusher
nestjs nodejs pusher realtime typescript
Last synced: 2 months ago
JSON representation
Pusher module for nestjs with support for event chunking and decorators
- Host: GitHub
- URL: https://github.com/underfisk/nestjs-pusher
- Owner: underfisk
- Created: 2021-01-04T18:34:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T14:54:44.000Z (about 1 year ago)
- Last Synced: 2024-04-25T16:22:17.873Z (9 months ago)
- Topics: nestjs, nodejs, pusher, realtime, typescript
- Language: TypeScript
- Homepage: https://underfisk.github.io/nestjs-pusher/
- Size: 34.1 MB
- Stars: 13
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
Nestjs-Pusher is a library that aims to solve a simple problem that is providing a "battery-included" pusher module for Nestjs.
By default, Pusher only gives you a default push mechanism but this library has chunking support which is great for large data amount since the default
payload size is 10 MB.## Documentation
https://underfisk.github.io/nestjs-pusher/docs/## Features
- Extensive API
- Event chunking
- Unit tests helper
- Custom decorators and interceptors for REST API## Installation
```bash
$ npm install nestjs-pusher
$ yarn add nestjs-pusher
```## Contribute
Feel free to help this library, I'm quite busy with also another Nestjs packages, but the community will appreciate the effort
of improving this library. Make sure you follow the guidelines## Stay in touch
- Author - [Underfisk](https://github.com/underfisk)
- Framework - [https://nestjs.com](https://nestjs.com/)## License
[MIT licensed](LICENSE)