|
@@ -3,7 +3,7 @@ import express from 'express';
|
|
import socketio from 'socket.io';
|
|
import socketio from 'socket.io';
|
|
import http from 'http';
|
|
import http from 'http';
|
|
|
|
|
|
-const port = process.env.kport || 8080,
|
|
|
|
|
|
+const port = process.env.kport || 2424,
|
|
app = express(),
|
|
app = express(),
|
|
server = http.createServer(app),
|
|
server = http.createServer(app),
|
|
ioserv = socketio.listen(server);
|
|
ioserv = socketio.listen(server);
|