mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Sio module
This commit is contained in:
parent
3ab3cfea3b
commit
17a303c3ca
3 changed files with 109 additions and 5 deletions
|
@ -24,6 +24,7 @@ const logger = require('./logger.js')
|
|||
|
||||
const qmining = require('./qmining.js').app
|
||||
const main = require('./main.js').app
|
||||
const sio = require('./sio.js').app
|
||||
|
||||
const port = 8080
|
||||
|
||||
|
@ -52,6 +53,7 @@ const port = 8080
|
|||
|
||||
express()
|
||||
.use(vhost('qmining.frylabs.net', qmining))
|
||||
.use(vhost('sio.frylabs.net', sio))
|
||||
.use(vhost('frylabs.net', main))
|
||||
.use(vhost('qmining.tk', qmining))
|
||||
.listen(port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue