{"id":13806987,"url":"https://github.com/i22-digitalagentur/vertx-wamp","last_synced_at":"2026-02-07T15:24:09.478Z","repository":{"id":53157769,"uuid":"323297071","full_name":"i22-digitalagentur/vertx-wamp","owner":"i22-digitalagentur","description":"A simple WAMP broker for your Vert.x-based application","archived":false,"fork":false,"pushed_at":"2021-04-03T21:50:43.000Z","size":191,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-18T23:51:21.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/i22-digitalagentur.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":"2020-12-21T10:04:08.000Z","updated_at":"2021-04-03T21:50:32.000Z","dependencies_parsed_at":"2022-09-13T18:41:07.495Z","dependency_job_id":null,"html_url":"https://github.com/i22-digitalagentur/vertx-wamp","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/i22-digitalagentur%2Fvertx-wamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i22-digitalagentur%2Fvertx-wamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i22-digitalagentur%2Fvertx-wamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i22-digitalagentur%2Fvertx-wamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i22-digitalagentur","download_url":"https://codeload.github.com/i22-digitalagentur/vertx-wamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043218,"owners_count":22004912,"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-08-04T01:01:19.026Z","updated_at":"2026-02-07T15:24:09.429Z","avatar_url":"https://github.com/i22-digitalagentur.png","language":"Java","funding_links":[],"categories":["Integration"],"sub_categories":[],"readme":"# Vert.x WAMP\n\nThis component provides a Vert.x-based WAMP broker using the basic profile.\n\nIt's very basic but does the job 😉\n\nAuthorization can be handled by implementing the `io.vertx.wamp.SecurityPolicy`\ninterface and setting it on your server.\n\nThe `SecurityPolicy` controls whether a client gets permission to connect to the\nbroker, join a specific realm or subscribe or publish to a specific topic.\n\nIn addition to serving as a broker, there is a (non-standard)\n`io.vertx.wamp.Realm#publishMessage` method to directly publish messages without\nneeding to separately connect with a client.\n\nTo start the server, instantiate it in your verticle like so\n\n```kotlin\nval realm = Realm(Uri(\"com.example.wamp\"))\nval wampServer = WAMPWebsocketServer.create(vertx)\nwampServer.addRealm(realm)\n          .withSecurityPolicy(SecurityPolicy)\n          .listen(8080, \"127.0.0.1\")\n```\n\n## Features\n - JSON and MsgPack subprotocol support\n - broker functionality (connect/publish/subscribe/unsubscribe)\n - security mechanism to let the broker control who can connect, publish or subscribe to which topic\n\n## Roadmap / Desirable features\n\n1. RPC support\n2. Advanced Profile / Authentication\n\n## Development\n\n### Running tests\n\n```shell\n$ mvn verify\n```\n\n### Contributing\n\nContributions of all kinds are welcome! If you spot an error, please report\nit via a Github issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi22-digitalagentur%2Fvertx-wamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi22-digitalagentur%2Fvertx-wamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi22-digitalagentur%2Fvertx-wamp/lists"}