Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Created October 29, 2015 22:48
Show Gist options
  • Select an option

  • Save bcomnes/ff2efe96d6d81c73b156 to your computer and use it in GitHub Desktop.

Select an option

Save bcomnes/ff2efe96d6d81c73b156 to your computer and use it in GitHub Desktop.
reload on socket.io event
var ioClient = require('socket.io-client')
var socket = ioClient()
socket.on('refresh', function(data) {
window.location.reload();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment