Demo app using Vue and Socket.io
- Runs port
8080 - It communicates trough web sockets on port
3000
# install dependencies
$ yarn install
# serve with hot reload at localhost:8080
$ yarn run dev# serve on localhost:3000
$ node server.jsDemo app using Vue and Socket.io
80803000# install dependencies
$ yarn install
# serve with hot reload at localhost:8080
$ yarn run dev# serve on localhost:3000
$ node server.js