diff --git a/app.js b/app.js index e6c93f5..1236fda 100644 --- a/app.js +++ b/app.js @@ -7,9 +7,9 @@ import 'dotenv/config' /* Please follow mediasoup installation requirements */ /* https://mediasoup.org/documentation/v3/mediasoup/installation/ */ // import express from 'express' -// const app = express() +const app = express() // const app = require('express')(); -// import https from 'httpolyglot' +import https from 'httpolyglot' import fs from 'fs' import path from 'path' const __dirname = path.resolve() @@ -17,10 +17,10 @@ const __dirname = path.resolve() // import Server from 'socket.io' import mediasoup from 'mediasoup' import * as express from "express"; -import * as https from "http"; +// import * as https from "http"; import Server from "socket.io"; // import middleware from 'socketio-wildcard' -const app = express.default(); +// const app = express.default(); let worker /**