Skip to content

Instantly share code, notes, and snippets.

@nhanco
Created October 12, 2017 12:40
Show Gist options
  • Save nhanco/76eb8326dbd5e1b3101e8c204da99f84 to your computer and use it in GitHub Desktop.
Save nhanco/76eb8326dbd5e1b3101e8c204da99f84 to your computer and use it in GitHub Desktop.
$(document).ready(function () {
// socket.io
let socket = io.connect(window.location.href,{'forceNew':true });
// notification
socket.on('notification', function(data){
notification(data)
});
// end socket io
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment