Chating Web Application realtime chating application using web sockit To run the application, follow these steps: To install dependencies: npm install To run server go to server folder and run server: cd server npm start To run client: vue serve