Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created December 21, 2017 14:18
Show Gist options
  • Save christiannwamba/f80517f899c822950d4325c534691661 to your computer and use it in GitHub Desktop.
Save christiannwamba/f80517f899c822950d4325c534691661 to your computer and use it in GitHub Desktop.
//Load tools
const express = require('express');
const bodyParser = require('body-parser')
const Pusher = require('pusher')
const cors = require('cors')
const app = express();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment