CodeCharmLtd/http-master

View on GitHub
modules/services/websockify.js

Summary

Maintainability
A
1 hr
Test Coverage

Function WebsockifyService has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function WebsockifyService() {
  var wsServer = new WebSocketServer({
    server: new EventEmitter() // fake server for web socket server
  })
  return function(req, socket, cb) {
Severity: Minor
Found in modules/services/websockify.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status