project changes in socket

This commit is contained in:
2025-05-17 18:02:09 +05:30
parent 611bffdaa9
commit 9be63d3459
6 changed files with 159 additions and 67 deletions

View File

@@ -16,7 +16,6 @@ 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}`);
});