Skip to content

dalailomo/vue-socket-io-example

Repository files navigation

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

Usage

TL;DR Usage

Usage

TL;DR With Vuex

With vuex