micromq 基于本机Node.js HTTP模块和AMQP协议的微服务框架,带有快速中间件和内置Prometheus。 :microscope: :rabbit: 安装 $ npm i micromq 测验 $ RABBIT_URL=amqp://localhost node tests/apps/users.js & $ RABBIT_URL=amqp://localhost node tests/apps/balances.js & $ RABBIT_URL=amqp://localhost PORT=3000 node tests/apps/gateway.js & $ POR