Skip to content
Snippets Groups Projects
Commit d9d4e6fb authored by Elarouti Adam's avatar Elarouti Adam
Browse files
parents cdcc59f4 ecaed8e3
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ const express = require('express'); ...@@ -5,7 +5,7 @@ const express = require('express');
const app = express(); const app = express();
const http = require('http').createServer(app); const http = require('http').createServer(app);
const path = require('path'); const path = require('path');
const port = 8060; const port = 8080;
const io = require('socket.io')(http); const io = require('socket.io')(http);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment