Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.14 KB

Readme.md

File metadata and controls

35 lines (25 loc) · 1.14 KB

cine.io Peer Example Application Node.js

This is an example application in Node.js showing the capabilities of cine.io peer. It uses the cine.io Peer JS SDK and the cine.io Node.js package.

Run Locally

  1. Sign up for your own API key at cine.io.

  2. Set up your environment:

    $ export CINE_IO_PUBLIC_KEY='<your cine.io project public key>'
    $ export CINE_IO_SECRET_KEY='<your cine.io project secret key>'
    
  3. install your packages:

    $ npm install
    
  4. Run the server:

    $ node index.js
    

Try it on Heroku

Click the button below to magically deploy up this example to your Heroku account. A cine.io plan will automatically be included for free.

Deploy