/metemq-demo

Primary LanguageJavaScript

metemq-demo

Demo web server using metemq package

##index

##Installation

If you don't have Meteor on your PC, install it first.

On Linux/macOS, use this line:

curl https://install.meteor.com/ | sh

If your PC installed meteor, clone this source code

git clone https://github.com/metemq/metemq-demo.git

And change directory to metemq-demo

cd metemq-demo

Next, npm installation

meteor npm install

Add MeteMQ package to yout Meteor project:

meteor add metemq:metemq

##Starting

Start demo server

meteor

##Notice

if your PC spec is very low (eg. 1G ram), Occured build error.

When you occured build error, should be remove metemq package folder.

sudo rm -rf ~/.meteor/packages/metemq_metemq

and remove demo source code

then start first step