Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Server Configs Apache | 3,123 | 5,781 | 37 | 19 days ago | 18 | December 05, 2022 | 3 | mit | Shell | |
Apache HTTP server boilerplate configs | ||||||||||
Crossbar | 2,038 | a month ago | 282 | other | Python | |||||
Crossbar.io - WAMP application router | ||||||||||
Autobahn Testsuite | 720 | a year ago | 29 | apache-2.0 | Python | |||||
Autobahn WebSocket protocol testsuite | ||||||||||
Websocketbundle | 594 | 61 | 7 | 9 months ago | 97 | December 16, 2021 | 44 | mit | PHP | |
:part_alternation_mark: Websocket server for Symfony applications (powered by Ratchet), includes a Autobahn.JS based JavaScript client | ||||||||||
Openserverpanel | 123 | 15 hours ago | other | HTML | ||||||
Software environment for web development | ||||||||||
Wamp.io | 79 | 4 | 2 | 10 years ago | 4 | May 29, 2013 | 13 | JavaScript | ||
An implementation of the Autobahn WebSockets RPC/PubSub: WebSocket Application Messaging Protocol (WAMP) for WebSocket.IO or Engine.IO | ||||||||||
Websocket Demo | 32 | 6 years ago | 2 | gpl-3.0 | JavaScript | |||||
Wamp Client | 12 | 2 | 8 years ago | November 20, 2020 | 3 | mit | PHP | |||
PHP WAMP Client | ||||||||||
Wamp Redis | 9 | 8 years ago | 2 | Batchfile | ||||||
Windows WAMP server with Redis | ||||||||||
Ratchet Sample | 8 | 4 years ago | 2 | PHP | ||||||
Example of building a WAMP server with PHP Ratchet library |
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.
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.