This is a simple web application fir fun.It work like whatsapp but it can send only text messages.It is made with node js with socket.io .Here is the steps to make it working.follow all the steps and contact me in the case of any difficulty.
As it is based on node js. You must have node js intalled in your pc.Here is the steps for installation of node js.
- Download node js first like wise your system by link
https://nodejs.org/en/download/prebuilt-installer
- Install node js in your system after downloading.
After installtion process has done go on the terminal or powershell check for installtion by:
npm --version
If you find e.g9.6.7
and any version number then node js has been installed if you find error it's mean you dont have installed.After this enter following commands in the terminal to install dependencies:npm install expess
to install express.npm install io
to install socket.io
Now open the folder of this web whatsapp clone and run server.js by running command in terminal as:
node server.js
- Now copy the url in terminal as
http://127.0.0.1:8000
and paste it in your browser and enter your name in the prompt. - Now open another tab and paste the same url
http://127.0.0.1:8000
in this tab and enter your name. - Now both tabs are connected and you can send message between these tabs
Note :
This whatsapp can be used to send message to another computer by hosting it on internet.Otherwise it will only works on your computer
.Thank you Enjoy using whatsapp and don't forget to give us feedback on our gmail "g3388610@gmail" Thank you so much.