Skip to main content

Crossbar.io multi-protocol (WAMP/WebSocket, REST/HTTP, MQTT) application router for microservices.

Project description

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 Build Status Coverage Docker Snap Status

Resources

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)

"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;

{
    "$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.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crossbar-18.7.1.tar.gz (303.8 kB view details)

Uploaded Source

Built Distribution

crossbar-18.7.1-py2.py3-none-any.whl (425.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file crossbar-18.7.1.tar.gz.

File metadata

  • Download URL: crossbar-18.7.1.tar.gz
  • Upload date:
  • Size: 303.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for crossbar-18.7.1.tar.gz
Algorithm Hash digest
SHA256 521e638814da30ede7c08526f51c03427a4630da16cab431a9135095f02eda74
MD5 eb9eac1a45db1d207a0494e1fe93bc4e
BLAKE2b-256 7ebcdf13505f3cda30740289c76eac45d4d559f28628aa8967a2f864187cdc27

See more details on using hashes here.

File details

Details for the file crossbar-18.7.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for crossbar-18.7.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b90773b11736871cf1bf646d4bdbd01d96ce1ddf7feba9710ec5fc978ee35641
MD5 77f449d45e41c6cd40dd7f664cbe21a4
BLAKE2b-256 cbaf53de91f00476c402757e352c0fe8aad4b629156122cf472d0ab5a38830e4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page