khoinguyen / hydra-event-bus-service

Hydra-based micro-service for handle the event bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hydra-event-bus-service

Provides the Event Bus for Hydra microservices

Pre-installation

It's recommended that NVM be used to manage NodeJS versions. The project includes an .nvmrc which specifies NodeJS 6.2.1

Installation

$ cd hydra-event-bus-service
$ nvm use
$ npm install

Trial

$ npm start

About

Hydra-based micro-service for handle the event bus

License:MIT License


Languages

Language:JavaScript 98.0%Language:Dockerfile 2.0%