{"id":17249792,"url":"https://github.com/maxdesiatov/niostomp","last_synced_at":"2025-06-20T16:34:57.214Z","repository":{"id":66953273,"uuid":"480872816","full_name":"MaxDesiatov/NIOStomp","owner":"MaxDesiatov","description":"Example interaction with a STOMP server based on SwiftNIO","archived":false,"fork":false,"pushed_at":"2022-04-12T15:49:43.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-31T07:42:59.070Z","etag":null,"topics":["rabbitmq","stomp","swift-nio"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaxDesiatov.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":"2022-04-12T15:42:06.000Z","updated_at":"2022-04-13T20:17:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ba7a3d7-f2a1-49ea-a97a-f4e28790ce24","html_url":"https://github.com/MaxDesiatov/NIOStomp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxDesiatov%2FNIOStomp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxDesiatov%2FNIOStomp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxDesiatov%2FNIOStomp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxDesiatov%2FNIOStomp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxDesiatov","download_url":"https://codeload.github.com/MaxDesiatov/NIOStomp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245598314,"owners_count":20641884,"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":["rabbitmq","stomp","swift-nio"],"created_at":"2024-10-15T06:45:15.651Z","updated_at":"2025-03-26T06:15:52.512Z","avatar_url":"https://github.com/MaxDesiatov.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NIOStomp\n\nExample of an interaction with a [STOMP](https://stomp.github.io) server based on [SwiftNIO](https://github.com/apple/swift-nio). Currently, this is **NOT** a usable STOMP client library, but only a trivial example upon which such library could be built.\n\n# How to run?\n\nInstall a STOMP server, for example [RabbitMQ](https://www.rabbitmq.com) with a STOMP plugin. You can easily install it on macOS with [Homebrew](http://brew.sh):\n\n```\nbrew install rabbitmq\nrabbitmq-plugins enable rabbitmq_stomp\n```\n\nRun the server in background:\n\n```\nbrew services start rabbitmq \n```\n\nStart the client in the clone of this repository:\n\n```\nswift run NIOStomp\n```\n\nYou should see something close to this output if the connection was established successfully:\n\n```\nCONNECTED\nserver:RabbitMQ/3.9.14\nsession:session-odhuI6DKb7XDvM7VApcPPQ\nheart-beat:0,0\nversion:1.2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdesiatov%2Fniostomp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxdesiatov%2Fniostomp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdesiatov%2Fniostomp/lists"}