From 39c5e6fa84ab634a0b114ce793a689d15f785d37 Mon Sep 17 00:00:00 2001 From: mearjuntripathi Date: Thu, 11 Jan 2024 17:34:26 +0530 Subject: [PATCH] update --- index.html | 2 ++ script.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7e671e8..8cc0909 100644 --- a/index.html +++ b/index.html @@ -157,6 +157,8 @@
Used Technology: NodeJS • ExpressJS • SocketIO • HTML • CSS allows users to join a chat room, send messages to all users, and send private messages to specific users with beautiful and responsive design.

diff --git a/script.js b/script.js index 055c04f..36948b7 100644 --- a/script.js +++ b/script.js @@ -24,7 +24,7 @@ let recent = [ ]; let dev = [ - { "topic": "Gapshap", "tech": "NodeJS • ExpressJS • SocketIO • HTML • CSS • JS", "live": "", "docs": "https://github.com/mearjuntripathi/nodejs/tree/main/Gapshap" }, + { "topic": "Gapshap", "tech": "NodeJS • ExpressJS • SocketIO • HTML • CSS • JS", "live": "https://replit.com/@mearjuntripathi/gapshap?v=1", "docs": "https://github.com/mearjuntripathi/nodejs/tree/main/Gapshap" }, { "topic": "Chat Application", "tech": "HTML • CSS • JS • PHP • JQuery • mySQL", "live": "https://greatchatson.000webhostapp.com/", "docs": "https://github.com/mearjuntripathi/PHP/tree/main/chat_on" }, { "topic": "RestAPI", "tech": "nodejs • js", "live": "", "docs": "https://github.com/mearjuntripathi/nodejs/tree/main/crud-RESTAPI" }, { "topic": "Chat ROOM", "tech": "JAVA • socket.io", "live": "", "docs": "https://github.com/mearjuntripathi/Java/tree/main/Chat-Room" },