Metadata-Version: 2.1
Name: crossbar
Version: 22.6.1
Summary: Crossbar.io multi-protocol (WAMP/WebSocket, REST/HTTP, MQTT) application router for microservices.
Home-page: http://crossbar.io/
Author: Crossbar.io Technologies GmbH
License: European Union Public Licence 1.2 (EUPL 1.2)
Keywords: crossbar router autobahn autobahn.ws websocket realtime rfc6455 wamp rpc pubsub oracle postgres postgresql
Platform: Any
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Environment :: Console
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Communications
Classifier: Topic :: Database
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Requires-Python: >=3.7
Provides-Extra: dev
License-File: LICENSE
License-File: LICENSES-OSS

Crossbar.io
===========

*Decentralized Middleware*

`Crossbar.io <https://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 <https://pypi.org/project/crossbar/>`__
-  Read more on the `Project Homepage <https://crossbar.io>`__
-  Jump into the `Getting Started <https://crossbar.io/docs/Getting-Started/>`__
-  Read the reference `Documentation <https://crossbar.io/docs/>`__
-  Join the `User forum <https://crossbar.discourse.group/>`__
-  Ask a question on `StackOverflow <https://stackoverflow.com/questions/ask?tags=crossbar,wamp>`__
-  Read our `Legal Notes <https://github.com/crossbario/crossbar/blob/master/legal/README.md>`__

Docker images
-------------

* `amd64 <https://hub.docker.com/r/crossbario/crossbar>`_
* `armv7 <https://hub.docker.com/r/crossbario/crossbar-armhf>`_
* `armv8 <https://hub.docker.com/r/crossbario/crossbar-aarch64>`_

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/


