{"id":50979523,"url":"https://github.com/jayemscript/nestjs-notification-worker","last_synced_at":"2026-06-19T12:34:29.952Z","repository":{"id":354543450,"uuid":"1224105028","full_name":"jayemscript/nestjs-notification-worker","owner":"jayemscript","description":"A self-hosted, plug-and-play notification microservice for NestJS apps — real-time, webhook, and in-app delivery powered by Socket.IO, BullMQ, Redis, and MongoDB.","archived":false,"fork":false,"pushed_at":"2026-05-06T05:53:06.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-06T07:30:16.239Z","etag":null,"topics":["bullmq","microservice","mongodb","nestjs","notifications","realtime","redis","self-hosted","socket-io","typescript","webhook","worker-service"],"latest_commit_sha":null,"homepage":"","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/jayemscript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-29T00:59:36.000Z","updated_at":"2026-05-06T05:53:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jayemscript/nestjs-notification-worker","commit_stats":null,"previous_names":["jayemscript/nestjs-notification-worker"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/jayemscript/nestjs-notification-worker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayemscript%2Fnestjs-notification-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayemscript%2Fnestjs-notification-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayemscript%2Fnestjs-notification-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayemscript%2Fnestjs-notification-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayemscript","download_url":"https://codeload.github.com/jayemscript/nestjs-notification-worker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayemscript%2Fnestjs-notification-worker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34532256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bullmq","microservice","mongodb","nestjs","notifications","realtime","redis","self-hosted","socket-io","typescript","webhook","worker-service"],"created_at":"2026-06-19T12:34:27.392Z","updated_at":"2026-06-19T12:34:29.931Z","avatar_url":"https://github.com/jayemscript.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nestjs-notification-worker\n\nA self-hosted notification microservice built with NestJS. Supports real-time in-app notifications, webhook delivery, and scheduled jobs — designed to plug into any NestJS application.\n\n## Stack\n\n- **NestJS** — core framework\n- **MongoDB + Mongoose** — notification storage\n- **Redis + BullMQ** — job queue and scheduling\n- **Socket.IO** — real-time delivery\n- **Docker** — local development\n\n## Channels\n\n- In-app (Socket.IO)\n- Webhook (HTTP POST to any registered URL) — coming soon\n\n## Requirements\n\n- Node.js 18+\n- pnpm\n- Docker (for local Redis)\n- MongoDB Atlas or local MongoDB instance\n\n## Environment Variables\n\nSee `.env.example` for the full list. Minimum required:\n\n```env\nPORT=4000\nMONGO_URI=mongodb://localhost:27017\nMONGO_DB_NAME=notifications\nREDIS_URL=redis://localhost:6379\nJWT_SECRET=your_jwt_secret\nAPI_KEYS=your_api_key\n```\n\n## Getting Started\n\n```bash\n# Clone the repo\ngit clone https://github.com/jayemscript/nestjs-notification-worker.git\n\n# Install dependencies\npnpm install\n\n# Copy environment file\ncp .env.example .env\n\n# Start Redis\ndocker-compose up -d\n\n# Run the service\npnpm run start:dev\n```\n\n## Docs\n\n- [API Documentation](./docs/API_DOCUMENTATION.md)\n- [Environment Variables](./docs/environment-variables.md)\n- [Changelog](./CHANGELOG.md)\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayemscript%2Fnestjs-notification-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayemscript%2Fnestjs-notification-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayemscript%2Fnestjs-notification-worker/lists"}