Simple chat app
first app ever ;)
A Simplest chat app using socket.io Library.
Prerequisites
-
Laptop/PC
-
Nodejs v8.10.0
Install
-
git clone https://github.com/sanketsingh24/chat-app.git
to create a local copy. -
Run
npm i
in the terminal. (bash, zsh, git-bash) -
Run
node index.js
to run the app.