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.
Resources
Read more on the Project Homepage
Jump into the Getting Started
Checkout the complete Documentation
Join the Mailing List
Follow us on Twitter
Ask a question on StackOverflow
Read our Legal Notes
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
Built Distribution
File details
Details for the file crossbar-18.11.2.tar.gz
.
File metadata
- Download URL: crossbar-18.11.2.tar.gz
- Upload date:
- Size: 310.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8236f207222167747de006784a431cfa546f98b51f47e82cd71e7008f5a09690 |
|
MD5 | 2f48f40f7a43eced7cb74353a303c3db |
|
BLAKE2b-256 | f8c71388883cb64db073c4878e0c83afedf785fd22e4cebc96523e105a000088 |
File details
Details for the file crossbar-18.11.2-py2.py3-none-any.whl
.
File metadata
- Download URL: crossbar-18.11.2-py2.py3-none-any.whl
- Upload date:
- Size: 441.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2af67609229d9617af7dbd03455dc18a150b7d501b89d26edeaaeef7f9ae7ff6 |
|
MD5 | e37c803e30816828279299d6beceb326 |
|
BLAKE2b-256 | d2fd5be7046481f62b5ee8270864f958a3405ba2b9549cfc412551db7f2cba76 |