Crossbar:分布式的网络平台和microservice应用程序

网友投稿 486 2022-10-22

Crossbar:分布式的网络平台和microservice应用程序

Crossbar:分布式的网络平台和microservice应用程序

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

Read more on the Project HomepageJump into the Getting StartedCheckout the complete DocumentationJoin the Mailing ListFollow us on TwitterAsk a question on StackOverflowRead our Legal Notes

Docker images

amd64armv7armv8

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.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:android算法实现房贷计算器
下一篇:electron-collection一组构建Electron应用程序帮助模块
相关文章

 发表评论

暂时没有评论,来抢沙发吧~