Skip to content

Instantly share code, notes, and snippets.

View Shramkoweb's full-sized avatar
🇺🇦
Learn In Public

Serhii Shramko Shramkoweb

🇺🇦
Learn In Public
View GitHub Profile
content,
position,
top,
right,
bottom,
left,
z-index,
display,
flex,
flex-grow,
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([