I have decided to archive this project and not continuing to development due to old versions of libraries and security issues.
ChatApp is an real-time chat application that runs on node.js, and uses express.js api server and communicates with socket.io websockets. ChatApp use Vue.js for interface with component library called Vuetify.
For live demo v1.1 https://chatapp-v2.surge.sh/
Installation of server
Install packages
>npm install
Get server running
>npm run dev
Installation of client
Install packages
>npm install
Get client running
>npm run serve