pusher-community / pusher-revealjs-remote-server

A authentication endpoint for the Pusher remote control library for RevealJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pusher Auth Server for the Pusher reveal.js remote

A Pusher authentication server for the Pusher remote control library for reveal.js.

Set up

The server assumes that the following environment variables are set up:

  • PUSHER_APP_ID - Your Pusher Application ID
  • PUSHER_APP_KEY - Your Pusher Application Secret
  • PUSHER_APP_SECRET - Your Pusher Application Key

Run the server

$ node index.js

Deploy to Heroku

As above, you'll need to set up the required environment variables.

Deploy

About

A authentication endpoint for the Pusher remote control library for RevealJS


Languages

Language:JavaScript 100.0%