nanoexpress/nanoexpress

View on GitHub
src/packed/defines/webrtc-server.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function webRTCServer has 94 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  app.webRTCServer = (path = '/webrtc', options = {}, ajv = null) => {
    const connections = {};

    app.ws(
      path,
Severity: Major
Found in src/packed/defines/webrtc-server.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status