Skip to content

chengjingfeng/crossbar

This branch is 70 commits behind crossbario/crossbar:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 8, 2021
May 31, 2021
Apr 7, 2021
Oct 30, 2020
Apr 6, 2021
Jun 26, 2017
Apr 7, 2021
May 3, 2018
Apr 7, 2021
Apr 7, 2021
Dec 29, 2018
May 2, 2017
Jan 22, 2016
Apr 6, 2021
Apr 6, 2021
Apr 6, 2021
Apr 7, 2021
Apr 8, 2021
Apr 6, 2021
Apr 6, 2021
Jun 2, 2019
Apr 8, 2021
Apr 8, 2021
Apr 7, 2021
Apr 7, 2021
Apr 6, 2021
Jan 12, 2019
Apr 6, 2021
Apr 8, 2021
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Apr 6, 2021
Apr 6, 2021
Apr 7, 2021
Aug 27, 2015
Apr 7, 2021
Apr 7, 2021
Apr 6, 2021

Repository files navigation

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.

Resources

Docker images

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.


Copyright (C) 2013-2021 Crossbar.io Technologies GmbH. All rights reserved. WAMP, Crossbar.io and XBR are trademarks of Crossbar.io Technologies GmbH.

About

Crossbar.io - WAMP application router

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.3%
  • JavaScript 31.4%
  • Jupyter Notebook 2.3%
  • Shell 1.0%
  • HTML 0.7%
  • Makefile 0.3%