Main timer logic, socketio server and backend endpoints
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const { Server } = require('socket.io');
|
||||
|
||||
const io = new Server(3001, {
|
||||
cors: { origin: "*" }
|
||||
});
|
||||
|
||||
module.exports = io
|
||||
Reference in New Issue
Block a user