on-wss1

1.0.0 • Public • Published

on-wss Build Status Code Climate Coverage Status

on-wss is the WebSocket server for RackHD

Copyright 2016, EMC, Inc.

Installation

rm -rf node_modules
npm install

Running

Note: requires MongoDB and RabbitMQ to be running to start correctly.

sudo node index.js

CI/Testing

To run tests from a developer console:

npm test

To run tests and get coverage for CI:

# verify hint/style
./node_modules/.bin/jshint -c .jshintrc --reporter=checkstyle lib index.js > checkstyle-result.xml || true
./node_modules/.bin/istanbul cover -x "**/spec/**" _mocha -- $(find spec -name '*-spec.js') -R xunit-file --require spec/helper.js
./node_modules/.bin/istanbul report cobertura
# if you want HTML reports locally
./node_modules/.bin/istanbul report html

Readme

Keywords

none

Package Sidebar

Install

npm i on-wss1

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Last publish

Collaborators

  • pengtian0