Chat Application using node js
-
Clone this repo:
# Using below command.... git clone https://github.com/kr-viku/chat_app.git
-
Then open this folder in Visual Studio Code editor or any editor.
-
First install all dependencies:
# or with npm npm install
-
Start the server
npm start
-
Now run the app in Browser
localhost:5000