{"id":19232626,"url":"https://github.com/makeomatic/ms-socket.io-adapter-amqp","last_synced_at":"2025-07-06T08:06:16.764Z","repository":{"id":9424780,"uuid":"62075107","full_name":"makeomatic/ms-socket.io-adapter-amqp","owner":"makeomatic","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-03T06:46:51.000Z","size":758,"stargazers_count":5,"open_issues_count":6,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-14T09:49:38.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/makeomatic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-27T17:35:12.000Z","updated_at":"2023-10-19T11:07:25.000Z","dependencies_parsed_at":"2024-06-20T00:10:47.637Z","dependency_job_id":"07e5c78e-cfc7-4126-97f5-a5eea611d9d1","html_url":"https://github.com/makeomatic/ms-socket.io-adapter-amqp","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/makeomatic/ms-socket.io-adapter-amqp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Fms-socket.io-adapter-amqp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Fms-socket.io-adapter-amqp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Fms-socket.io-adapter-amqp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Fms-socket.io-adapter-amqp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makeomatic","download_url":"https://codeload.github.com/makeomatic/ms-socket.io-adapter-amqp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makeomatic%2Fms-socket.io-adapter-amqp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260857218,"owners_count":23073421,"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-11-09T16:06:57.029Z","updated_at":"2025-07-06T08:06:16.731Z","avatar_url":"https://github.com/makeomatic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ms-socket.io-adapter-amqp\n\n[![npm version](https://badge.fury.io/js/ms-socket.io-adapter-amqp.svg)](https://badge.fury.io/js/ms-socket.io-adapter-amqp)\n[![Build Status](https://semaphoreci.com/api/v1/makeomatic/ms-socket-io-adapter-amqp/branches/master/shields_badge.svg)](https://semaphoreci.com/makeomatic/ms-socket-io-adapter-amqp)\n\n## How to use\n\n```bash\nnpm i ms-socket.io-adapter-amqp -S\n```\n\n```js\nconst AdapterFactory = require('ms-socket.io-adapter-amqp');\nconst adapter = AdapterFactory.fromOptions(/* options object */);\nconst socketIO = require('socket.io')(3000);\nsocketIO.adapter(adapter);\n```\n\n## Overview\n\nBy running socket.io with the `ms-socket.io-adapter-amqp` adapter\nyou can run multiple socket.io instances in different processes or\nservers that can all broadcast and emit events to and from each other.\n\n## API\n\n### `AdapterFactory.fromOptions(options)`\n\n`options`: [@microfleet/transport-amqp](https://github.com/microfleet/transport-amqp) options\n\nOptions that has no effect:\n\n* `exchangeArgs.autoDelete` (`true`)\n* `exchangeArgs.type` (`direct`)\n* `defaultQueueOpts.autoDelete` (`true`)\n* `defaultQueueOpts.exclusive` (`true`)\n\n## Changelog\n\n- Initial Release: 01.07.2016\n- ---\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakeomatic%2Fms-socket.io-adapter-amqp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakeomatic%2Fms-socket.io-adapter-amqp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakeomatic%2Fms-socket.io-adapter-amqp/lists"}