Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created March 5, 2018 20:23
Show Gist options
  • Save christiannwamba/3a6de2e61f3cc81391bce879662e03fb to your computer and use it in GitHub Desktop.
Save christiannwamba/3a6de2e61f3cc81391bce879662e03fb to your computer and use it in GitHub Desktop.
// ./server.js
const stockData = require('./stock.json');
const Pusher = require('pusher');
var pusher = new Pusher({
appId: 'APP_ID',
key: 'APP_KEY',
secret: 'APP_SECRET',
cluster: 'APP_CLUSTER',
encrypted: true
});
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment