{"id":13481990,"url":"https://github.com/crossbario/crossbar","last_synced_at":"2025-05-14T08:09:02.870Z","repository":{"id":38206153,"uuid":"13559106","full_name":"crossbario/crossbar","owner":"crossbario","description":"Crossbar.io - WAMP application router","archived":false,"fork":false,"pushed_at":"2025-02-21T11:52:01.000Z","size":40662,"stargazers_count":2055,"open_issues_count":288,"forks_count":279,"subscribers_count":82,"default_branch":"master","last_synced_at":"2025-05-13T09:11:57.813Z","etag":null,"topics":["broker","messaging","mqtt","networking","networking-stack","rest","server","wamp","websocket"],"latest_commit_sha":null,"homepage":"https://crossbar.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crossbario.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/Security.rst","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-10-14T11:10:50.000Z","updated_at":"2025-05-12T18:46:57.000Z","dependencies_parsed_at":"2023-02-14T18:46:02.169Z","dependency_job_id":"a2959bd0-f2a9-4420-9260-f7ce826cdb97","html_url":"https://github.com/crossbario/crossbar","commit_stats":{"total_commits":2833,"total_committers":79,"mean_commits":"35.860759493670884","dds":0.5905400635368867,"last_synced_commit":"0089c1ef6fbbb87fc7316088a91f1859fa84eeb0"},"previous_names":[],"tags_count":101,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crossbario%2Fcrossbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crossbario%2Fcrossbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crossbario%2Fcrossbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crossbario%2Fcrossbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crossbario","download_url":"https://codeload.github.com/crossbario/crossbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101558,"owners_count":22014908,"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":["broker","messaging","mqtt","networking","networking-stack","rest","server","wamp","websocket"],"created_at":"2024-07-31T17:00:58.041Z","updated_at":"2025-05-14T08:08:57.862Z","avatar_url":"https://github.com/crossbario.png","language":"Python","funding_links":[],"categories":["Python","消息队列","Capabilities","Awesome Python","Message Queues"],"sub_categories":["Messaging","WebSocket"],"readme":"Crossbar.io\n===========\n\n*Decentralized Middleware*\n\n`Crossbar.io \u003chttps://crossbar.io\u003e`__ is an open source networking platform for distributed and microservice applications. It implements the open Web Application Messaging Protocol (WAMP), is feature rich, scalable, robust and secure. Let Crossbar.io take care of the hard parts of messaging so you can focus on your app's features.\n\n| |Version| |Test| |Deploy (wheels)| |Deploy (docs)| |Docs|\n\nResources\n---------\n\n-  Download from `PyPI \u003chttps://pypi.org/project/crossbar/\u003e`__\n-  Read more on the `Project Homepage \u003chttps://crossbar.io\u003e`__\n-  Jump into the `Getting Started \u003chttps://crossbar.io/docs/Getting-Started/\u003e`__\n-  Read the reference `Documentation \u003chttps://crossbar.io/docs/\u003e`__\n-  Join the `User forum \u003chttps://crossbar.discourse.group/\u003e`__\n-  Ask a question on `StackOverflow \u003chttps://stackoverflow.com/questions/ask?tags=crossbar,wamp\u003e`__\n-  Read our `Legal Notes \u003chttps://github.com/crossbario/crossbar/blob/master/legal/README.md\u003e`__\n\nDocker images\n-------------\n\n* `amd64 \u003chttps://hub.docker.com/r/crossbario/crossbar\u003e`_\n* `armv7 \u003chttps://hub.docker.com/r/crossbario/crossbar-armhf\u003e`_\n* `armv8 \u003chttps://hub.docker.com/r/crossbario/crossbar-aarch64\u003e`_\n\nJSON Schema for Crossbar.io Configuration File Format\n-----------------------------------------------------\n\nWe now have a JSON Schema file available for **config.json**, if you're using VSCode you can make\nuse of this by adding the following to your VSCode settings; (File -\u003e Preferences -\u003e Settings)\n\n.. code-block:: json\n\n    \"json.schemas\": [\n        {\n            \"fileMatch\": [\n                \"/config.json\",\n                \"/.config.json\"\n            ],\n            \"url\": \"https://raw.githubusercontent.com/crossbario/crossbar/master/crossbar.json\"\n        }\n    ],\n\nAlternatively, the generic approach is to insert a \"$schema\" line at the top of your file;\n\n.. code-block:: json\n\n    {\n        \"$schema\": \"https://raw.githubusercontent.com/crossbario/crossbar/master/crossbar.json\",\n        \"version\": 2,\n\nThis file is currently experimental, but it should give you contextual auto-completion on\nall Crossbar **config.json** syntax, use CTRL+Space in VSCode to activate IntelliSense.\n\n--------------\n\n*Copyright (C) 2013-2021 Crossbar.io Technologies GmbH. All rights reserved.\nWAMP, Crossbar.io and XBR are trademarks of Crossbar.io Technologies GmbH.*\n\n.. |Version| image:: https://img.shields.io/pypi/v/crossbar.svg\n   :target: https://pypi.python.org/pypi/crossbar\n\n.. |Test| image:: https://github.com/crossbario/crossbar/workflows/main/badge.svg\n   :target: https://github.com/crossbario/crossbar/actions?query=workflow%3Amain\n\n.. |Deploy (wheels)| image:: https://github.com/crossbario/crossbar/workflows/deploy-wheels/badge.svg\n   :target: https://github.com/crossbario/crossbar/actions?query=workflow%3Adeploy-wheels\n\n.. |Deploy (docs)| image:: https://github.com/crossbario/crossbar/workflows/deploy-docs/badge.svg\n   :target: https://github.com/crossbario/crossbar/actions?query=workflow%3Adeploy-docs\n\n.. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat\n   :target: https://crossbar.io/docs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossbario%2Fcrossbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrossbario%2Fcrossbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossbario%2Fcrossbar/lists"}