Chat Project for my Network Programming lesson. Main focus on this project is Web Socket programming. Project based on Vue and Vuetify on the front-end side and Express server and Socket.io on the backend.
http://agprogramlamaodevi.herokuapp.com/
V2 under development. You can find it in next
branch.
https://turanibrahim-chatapp.netlify.app/
cd client
yarn install
yarn build
cd .. (if you are in client)
yarn install
yarn start