LINXD-2222-debugging-for-i-os #7

Merged
sergiu merged 36 commits from LINXD-2222-debugging-for-i-os into master 2022-09-20 23:16:17 +00:00
Showing only changes of commit a59cbcf8cc - Show all commits

6
app.js
View File

@ -62,9 +62,9 @@ const io = new Server(httpsServer, { allowEIO3: true });
// io.use(middleware);
// const httpsServer = https.createServer(options, app)
// httpsServer.listen(process.env.PORT, () => {
// console.log('Listening on port:', process.env.PORT)
// })
httpsServer.listen(process.env.PORT, () => {
console.log('Listening on port:', process.env.PORT)
})
// const io = new Server(httpsServer, {
// allowEIO3: true