项目作者: sugir93

项目描述 :
Setup your own AMQP Broker and Connect to it using NodeJS Application
高级语言: JavaScript
项目地址: git://github.com/sugir93/setup_AMQP.git
创建时间: 2017-11-28T11:34:22Z
项目社区:https://github.com/sugir93/setup_AMQP

开源协议:

下载


Setup own AMQP Broker and Nodejs Client Application

Setup Broker

Install ERLANG from the following URL

  1. http://www.erlang.org/downloads

Install RABITMQ from the following URL

  1. https://www.rabbitmq.com/download.html

Start the broker after the installation (the broker will be started by default after the installation).

Setup Client Application using nodejs

link to download the project

  1. https://github.com/sugir93/setup_AMQP.git

After downloading the project from the above URL, Run the following CMD in the root directory of the project

  1. npm install
  2. npm start