This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
content, | |
position, | |
top, | |
right, | |
bottom, | |
left, | |
z-index, | |
display, | |
flex, | |
flex-grow, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const express = require('express'); | |
const app = express(); | |
const cors = require('cors'); | |
const socket = require('socket.io'); | |
const port = 8888; | |
app.use(cors()); | |
const chanels = new Map([ |