creation thread and comments in socket

This commit is contained in:
2025-05-27 18:00:35 +05:30
parent 2c28ffe9aa
commit 694d50b278
10 changed files with 583 additions and 59 deletions

View File

@@ -16,6 +16,7 @@ app.get('/', (req: Request, res: Response) => {
res.send('Hello, I am Major-Dwinzo RealTime!');
});
initSocketServer(server);
// SocketServer(server)
server.listen(PORT, () => {
console.log(`socket-Server is running on http://localhost:${PORT}`);
});