Skip to content

marcogreselin/AdCall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdCall

Bringing WebRTC into display advertising. Because landing pages often don't lead to conversions, it would be much better to be able to call the advertiser within the banner. A few notes:

  • A video intro and demo is available on YouTube.
  • The live demo is available at this addres: https://adcall.io/ (un/pw: adcall). Make sure you disable your adblocker.
  • Finally, a comprehensive report of all the features is available here.

How to run it

Well you can't. You could if you knew the environment variables which are recorded within the Heroku environment. But you don't. Every time you see process.env. that's an environment variable. They are stored within Heroku so that I can share this here safely.

More on the environment variables used on page 62 of the report.

Features implemented

  1. Users can register either as advertisers or as publishers and there is one admin for each company. I used Passport to handle that.
  2. I used PostegreSQL as underlying database and the brilliant pg-promise to connect with it.
  3. SympleWebRTC and Socket.IO are used to manage the WebRTC interactions.
  4. Because of the nature of Heroku's dynos (more here), I used S3 to store images.

About

Bringing WebRTC into display advertising.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published