Crossbar

Crossbar.io - WAMP application router
Alternatives To Crossbar
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Server Configs Apache3,1235,7813719 days ago18December 05, 20223mitShell
Apache HTTP server boilerplate configs
Crossbar2,038
a month ago282otherPython
Crossbar.io - WAMP application router
Autobahn Testsuite720
a year ago29apache-2.0Python
Autobahn WebSocket protocol testsuite
Websocketbundle5946179 months ago97December 16, 202144mitPHP
:part_alternation_mark: Websocket server for Symfony applications (powered by Ratchet), includes a Autobahn.JS based JavaScript client
Openserverpanel123
15 hours agootherHTML
Software environment for web development
Wamp.io794210 years ago4May 29, 201313JavaScript
An implementation of the Autobahn WebSockets RPC/PubSub: WebSocket Application Messaging Protocol (WAMP) for WebSocket.IO or Engine.IO
Websocket Demo32
6 years ago2gpl-3.0JavaScript
Wamp Client12
28 years agoNovember 20, 20203mitPHP
PHP WAMP Client
Wamp Redis9
8 years ago2Batchfile
Windows WAMP server with Redis
Ratchet Sample8
4 years ago2PHP
Example of building a WAMP server with PHP Ratchet library
Alternatives To Crossbar
Select To Compare


Alternative Project Comparisons
Readme

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.

Popular Wamp Projects
Popular Server Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Server
Json
Rest
Websocket
Schema
Vscode
Mqtt
Networking
Messaging
Wamp