Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created March 5, 2018 20:23
Show Gist options
  • Save christiannwamba/648abd59ce91aa21d6782dc0ff419ad6 to your computer and use it in GitHub Desktop.
Save christiannwamba/648abd59ce91aa21d6782dc0ff419ad6 to your computer and use it in GitHub Desktop.
// app.js
initializePusher() {
Pusher.logToConsole = true;
this.pusher = new Pusher('APP_ID', {
cluster: 'APP_CLUSTER',
encrypted: true
});
this.subscribeToEventChannel();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment