ynohtna / crossbar

Crossbar.io - WAMP application router

Home Page:https://crossbar.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossbar.io

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.

About

Crossbar.io - WAMP application router

https://crossbar.io/


Languages

Language:Python 69.2%Language:JavaScript 29.2%Language:HTML 0.8%Language:Makefile 0.5%Language:Shell 0.3%Language:CSS 0.1%Language:Gherkin 0.0%