Projects

Project

PlayVIG VAULT

My Role

Sole developer (ad player, server admin), PC client (team member contributor)

Description

The ad vault was a project to move our user ad experience from an embedded browser in our desktop game client to a traditional web browser to make the VAST/VPAID ad flow more compatible with how ad servers work and the methods they use for ad targeting. We had to use websockets for communication between our PC client and the ad player since the PC client could no longer open the embedded browser to start the ads.

Details

  • Websockets implemented for communication between desktop PC client and single page ad/video player application.
  • JWTs used for authentication and passing of information.

Frontend

Javascript
JQuery
Socket.IO
HTML
CSS

Backend

Node js
Socket.IO
JSON Web Tokens
Linux Server
Nginx