Skip to content

Instantly share code, notes, and snippets.

@alcalyn
Created September 26, 2016 09:46
Show Gist options
  • Save alcalyn/2af5b511b0f163797fd1c23c1ed95b14 to your computer and use it in GitHub Desktop.
Save alcalyn/2af5b511b0f163797fd1c23c1ed95b14 to your computer and use it in GitHub Desktop.
setInterval(function () {
$.ajax({
type: 'get',
url: 'api/chat/messages',
success: displayNewMessages
});
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment