Thanks to https://github.com/alexwidua/vue-socketio-heroku-starter
Automatic deploy on https://vue3-socketio.herokuapp.com/ (free)
- Vue 3
- Socket.io 4
- Vue socket.io-extended currently in alpha for vue 3
- PWA
- node 10+ (14) and npm
npm install
npm run serve
node ./server.js
You need to start client and server together
npm run build
npm run lint