add: improved the frontend and the backend by adding websockets

This commit is contained in:
Lukian 2025-04-07 22:46:04 +02:00
parent ecf7b61aca
commit fbf7821320
18 changed files with 255 additions and 65 deletions

View file

@ -1,5 +1,4 @@
const express = require('express');
const jwt = require('jsonwebtoken');
const { getConnection, getLastMessages, getMentions } = require('../libs/mysql');
const router = express.Router();