{"id":15198844,"url":"https://github.com/pieceowater-dev/deprecated.lotof.lib.broadcaster","last_synced_at":"2025-10-28T11:31:58.844Z","repository":{"id":249377895,"uuid":"831362130","full_name":"pieceowater-dev/lotof.lib.broadcaster","owner":"pieceowater-dev","description":"Broadcasting library-helper designed to facilitate communication within applications.","archived":true,"fork":false,"pushed_at":"2024-09-26T08:56:33.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T01:18:38.089Z","etag":null,"topics":["backend","library","microservices","nestjs","utilities"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@pieceowater-dev/lotof.lib.broadcaster","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pieceowater-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-20T10:32:45.000Z","updated_at":"2024-11-23T17:22:05.000Z","dependencies_parsed_at":"2024-08-26T19:05:28.103Z","dependency_job_id":null,"html_url":"https://github.com/pieceowater-dev/lotof.lib.broadcaster","commit_stats":null,"previous_names":["pieceowater-dev/lotof.lib.broadcaster"],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieceowater-dev%2Flotof.lib.broadcaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieceowater-dev%2Flotof.lib.broadcaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieceowater-dev%2Flotof.lib.broadcaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieceowater-dev%2Flotof.lib.broadcaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pieceowater-dev","download_url":"https://codeload.github.com/pieceowater-dev/lotof.lib.broadcaster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238575324,"owners_count":19494821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","library","microservices","nestjs","utilities"],"created_at":"2024-09-28T01:42:44.336Z","updated_at":"2025-10-28T11:31:53.560Z","avatar_url":"https://github.com/pieceowater-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lotof.lib.broadcaster\n`@pieceowater-dev/lotof.lib.broadcaster` is a broadcasting library designed to facilitate communication within applications. 📢📡\n\n## Installation\n\nYou can install the library via npm: 📥\n\n```sh\nnpm install @pieceowater-dev/lotof.lib.broadcaster\n```\n\n## Usage example\n\nNestJS Microservice bootstrap\n\n```typescript\n// src/main.ts\nimport { AppModule } from './app.module';\nimport { Transport } from '@nestjs/microservices';\nimport { bootstrap } from '@pieceowater-dev/lotof.lib.broadcaster';\n\nbootstrap(AppModule, {\n  portEnvVar: 'PORT',\n  microservices: [\n    {\n      transport: Transport.RMQ,\n      urlEnvVars: ['RABBITMQ_URL'],\n      queue: 'template_queue',\n    },\n  ],\n}).then((r) =\u003e console.log('Booted successfully 🚀'));\n```\n\nMake sure to include the library in your project dependencies to start using its broadcasting capabilities. 🚀\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n![PCWT Dev Logo](https://avatars.githubusercontent.com/u/168465239?s=40)\n### [PCWT Dev](https://github.com/pieceowater-dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieceowater-dev%2Fdeprecated.lotof.lib.broadcaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpieceowater-dev%2Fdeprecated.lotof.lib.broadcaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieceowater-dev%2Fdeprecated.lotof.lib.broadcaster/lists"}