Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vmm/cli

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vmm/cli

vmm cli interface

  • 2.1.46
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
6
Weekly downloads
 
Created
Source

VMM -- Vue MicroService Module

CLI Client

gw

vmm cli using 'envoy' as apiGateWay

install
  • 参考: https://www.getenvoy.io/install/envoy/ubuntu/
  • ubuntu
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common

curl -sL 'https://getenvoy.io/gpg' | sudo apt-key add -

sudo add-apt-repository \
"deb [arch=amd64] https://dl.bintray.com/tetrate/getenvoy-deb \
$(lsb_release -cs) \
stable"

sudo apt-get update && sudo apt-get install -y getenvoy-envoy
envoy --version

  • centOs

envoy 概念

  • SDS/EDS 服务/EndPoint发现
  • CDS Upstream 发现服务
  • RDS 路由发现服务
  • LDS Listener 监听发现服务

dc 概念

@vmm/dc 数据中心组件 支持可定义后台数据结构

mq 概念

@vmm/mq 消息队列组件 支持定义数据队列,订阅和发布

FAQs

Package last updated on 20 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc