vue-socket-io-example
vue-socket-io-example copied to clipboard
Vue + Socket.io for the masses
Vue and Socket.io
Demo app using Vue and Socket.io
- Runs port
8080 - It communicates trough web sockets on port
3000
Running
Vue app
# install dependencies
$ yarn install
# serve with hot reload at localhost:8080
$ yarn run dev
Server
# serve on localhost:3000
$ node server.js
Dependencies used

TL;DR Usage

TL;DR With Vuex
