• Stars
    star
    2,044
  • Rank 21,755 (Top 0.5 %)
  • Language
    Python
  • License
    Other
  • Created over 10 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crossbar.io - WAMP application router

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.

More Repositories

1

autobahn-python

WebSocket and WAMP in Python for Twisted and asyncio
Python
2,463
star
2

autobahn-java

WebSocket & WAMP in Java for Android and Java 8
Java
1,511
star
3

autobahn-js

WAMP in JavaScript for Browsers and NodeJS
JavaScript
1,431
star
4

autobahn-testsuite

Autobahn WebSocket protocol testsuite
Python
928
star
5

autobahn-cpp

WAMP for C++ in Boost/Asio
C++
249
star
6

crossbar-examples

Crossbar.io Examples
HTML
168
star
7

txaio

Utilities to support code that runs unmodified on Twisted and asyncio
Python
58
star
8

autobahn-js-browser

Browser release builds of AutobahnJS
JavaScript
39
star
9

zlmdb

Object-relational in-memory database layer based on LMDB
Python
28
star
10

iotcookbook

Crossbar.io IoT Cookbook
JavaScript
17
star
11

autobahn-c

C
14
star
12

txaio-etcd

A Twisted client for etcd3
Python
14
star
13

cookiecutter-crossbar

Cookiecutter project templates for Crossbar.io
JavaScript
2
star
14

cookiecutter-autobahn-python

Cookiecutter project templates for AutobahnPython
Python
2
star
15

cookiecutter-autobahn-cpp

Cookiecutter project templates for AutobahnC++
C++
2
star
16

pyside2reactor

Twisted reactor for Pyside2 ("Qt for Python")
Python
2
star
17

cookiecutter-autobahn-java

Cookiecutter project templates for AutobahnJava
1
star
18

cookiecutter-autobahn-js

Cookiecutter project templates for AutobahnJS
JavaScript
1
star
19

cookiecutter-wampsharp

Cookiecutter project template for a WampSharp/C# based microservice for use with Crossbar.io
C#
1
star
20

zkmoloch

Solidity
1
star
21

cookiecutter-nexus-go

Cookiecutter project template for a Nexus/Go based microservice for use with Crossbar.io
Go
1
star