{"id":16352254,"url":"https://github.com/bugthesystem/socket.io-rabbitmq-emitter","last_synced_at":"2025-06-20T20:37:07.971Z","repository":{"id":33051893,"uuid":"36688121","full_name":"bugthesystem/socket.io-rabbitmq-emitter","owner":"bugthesystem","description":"socket.io emitter implementation","archived":false,"fork":false,"pushed_at":"2015-06-19T21:41:10.000Z","size":156,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-19T16:15:53.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"stefanschneider/gaol","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugthesystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-01T20:50:58.000Z","updated_at":"2016-02-09T15:45:25.000Z","dependencies_parsed_at":"2022-08-24T13:20:24.695Z","dependency_job_id":null,"html_url":"https://github.com/bugthesystem/socket.io-rabbitmq-emitter","commit_stats":null,"previous_names":["bugthesystem/socket.io-rabbitmq-emitter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bugthesystem/socket.io-rabbitmq-emitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fsocket.io-rabbitmq-emitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fsocket.io-rabbitmq-emitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fsocket.io-rabbitmq-emitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fsocket.io-rabbitmq-emitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugthesystem","download_url":"https://codeload.github.com/bugthesystem/socket.io-rabbitmq-emitter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fsocket.io-rabbitmq-emitter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261013370,"owners_count":23097026,"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":[],"created_at":"2024-10-11T01:25:28.168Z","updated_at":"2025-06-20T20:37:02.958Z","avatar_url":"https://github.com/bugthesystem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# socket.io-rabbitmq-emitter\n\n[![Build Status](https://travis-ci.org/ziyasal/socket.io-rabbitmq-emitter.svg)](https://travis-ci.org/ziyasal/socket.io-rabbitmq-emitter)\n[![Coverage Status](https://coveralls.io/repos/ziyasal/socket.io-rabbitmq-emitter/badge.svg)](https://coveralls.io/r/ziyasal/socket.io-rabbitmq-emitter)\n[![Dependency Status](https://david-dm.org/ziyasal/socket.io-rabbitmq-emitter.svg)](https://david-dm.org/ziyasal/socket.io-rabbitmq-emitter)\n\nsocket.io emitter [rabbitmq](https://www.rabbitmq.com/) implementation.\n\n# Installing\n\n```shell\n$ npm install socket.io-rabbitmq-emitter\n```\n\n\n# Usage\n\n```js\nvar emitter = require('socket.io-rabbitmq-emitter')();\nsetInterval(function () {\n  emitter.emit('time', new Date);\n}, 1000);\n```\n\n\n# API\n\n`socket.io-rabbitmq-emitter` API is virtually the same as [socket.io-emitter](https://github.com/automattic/socket.io-emitter#api).\n\n## Emitter(opts)\n\nThe following options are allowed:\n\n- key: the name of the key to pub/sub events on as prefix (socket.io-rabbitmq)\n- host: host to connect to socket.io-rabbitmq-server on (127.0.0.1)\n- port: port to connect to socket.io-rabbitmq-server on (5672)\n\n\n# Testing\n\n```shell\n$ make test\n```\n\n\n# TODO\nmore test !!\n\n\n# License\n\n[MIT license](http://www.opensource.org/licenses/mit-license.php).\n\nSee the `LICENSE`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fsocket.io-rabbitmq-emitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugthesystem%2Fsocket.io-rabbitmq-emitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fsocket.io-rabbitmq-emitter/lists"}