Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crossbario/crossbar
Crossbar.io - WAMP application router
https://github.com/crossbario/crossbar
broker messaging mqtt networking networking-stack rest server wamp websocket
Last synced: 25 days ago
JSON representation
Crossbar.io - WAMP application router
- Host: GitHub
- URL: https://github.com/crossbario/crossbar
- Owner: crossbario
- License: other
- Created: 2013-10-14T11:10:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T09:34:20.000Z (7 months ago)
- Last Synced: 2024-04-16T00:41:28.607Z (7 months ago)
- Topics: broker, messaging, mqtt, networking, networking-stack, rest, server, wamp, websocket
- Language: Python
- Homepage: https://crossbar.io/
- Size: 39.5 MB
- Stars: 2,045
- Watchers: 83
- Forks: 273
- Open Issues: 285
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: docs/Security.rst
Awesome Lists containing this project
- awesome-asyncio - crossbar - Crossbar.io is a networking platform for distributed and microservice applications. (Message Queues)
- awesome-asyncio-cn - crossbar - Crossbar.io 是提供分布式和微服务应用的网络平台。 (消息队列)
- awesome-asyncio - crossbar - Crossbar.io is a networking platform for distributed and microservice applications. (Message Queues)
- starred-awesome - crossbar - Crossbar.io - WAMP application router (Python)
README
Crossbar.io
===========*Decentralized Middleware*
`Crossbar.io `__ 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.
| |Version| |Test| |Deploy (wheels)| |Deploy (docs)| |Docs|
Resources
---------- Download from `PyPI `__
- Read more on the `Project Homepage `__
- Jump into the `Getting Started `__
- Read the reference `Documentation `__
- Join the `User forum `__
- Ask a question on `StackOverflow `__
- Read our `Legal Notes `__Docker images
-------------* `amd64 `_
* `armv7 `_
* `armv8 `_JSON Schema for Crossbar.io Configuration File Format
-----------------------------------------------------We now have a JSON Schema file available for **config.json**, if you're using VSCode you can make
use of this by adding the following to your VSCode settings; (File -> Preferences -> Settings).. code-block:: json
"json.schemas": [
{
"fileMatch": [
"/config.json",
"/.config.json"
],
"url": "https://raw.githubusercontent.com/crossbario/crossbar/master/crossbar.json"
}
],Alternatively, the generic approach is to insert a "$schema" line at the top of your file;
.. code-block:: json
{
"$schema": "https://raw.githubusercontent.com/crossbario/crossbar/master/crossbar.json",
"version": 2,This file is currently experimental, but it should give you contextual auto-completion on
all Crossbar **config.json** syntax, use CTRL+Space in VSCode to activate IntelliSense.--------------
*Copyright (C) 2013-2021 Crossbar.io Technologies GmbH. All rights reserved.
WAMP, Crossbar.io and XBR are trademarks of Crossbar.io Technologies GmbH.*.. |Version| image:: https://img.shields.io/pypi/v/crossbar.svg
:target: https://pypi.python.org/pypi/crossbar.. |Test| image:: https://github.com/crossbario/crossbar/workflows/main/badge.svg
:target: https://github.com/crossbario/crossbar/actions?query=workflow%3Amain.. |Deploy (wheels)| image:: https://github.com/crossbario/crossbar/workflows/deploy-wheels/badge.svg
:target: https://github.com/crossbario/crossbar/actions?query=workflow%3Adeploy-wheels.. |Deploy (docs)| image:: https://github.com/crossbario/crossbar/workflows/deploy-docs/badge.svg
:target: https://github.com/crossbario/crossbar/actions?query=workflow%3Adeploy-docs.. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
:target: https://crossbar.io/docs/