2.33.0 • Published 6 years ago

on-wss v2.33.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

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

Licensing

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

RackHD is a Trademark of Dell EMC

2.33.0

6 years ago

2.32.0

6 years ago

2.31.0

6 years ago

2.30.0

7 years ago

2.28.0

7 years ago

2.27.0

7 years ago

2.26.0

7 years ago

2.25.0

7 years ago

2.24.0

7 years ago

2.29.0

7 years ago

2.23.0

7 years ago

2.22.0

7 years ago

2.21.0

7 years ago

2.20.0

7 years ago

2.19.0

7 years ago

2.18.0

7 years ago

2.17.0

7 years ago

2.16.0

7 years ago

2.15.0

7 years ago

2.14.0

7 years ago

2.13.0

7 years ago

2.12.0

7 years ago

2.11.0

7 years ago

2.10.1

7 years ago

2.9.0

7 years ago

2.8.0

7 years ago

2.7.1

7 years ago

2.5.0

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.9.0

7 years ago

0.0.1

7 years ago