Won 3rd place of PIA's Best Privacy, Security or Crypto Hack, and won Major League Hacking's best use of AWS.
Using socket.io
Load a new frame with frame
data.
Frontend:
id
: The frame idwidth
: The frame widthheight
: The frame heightdata
: A flat list of rgba values. (4 * width * height)- 0: R
- 1: G
- 2: B
- 3: A
{
id: Number,
width: Number,
height: Number,
data: Number[],
timestamp: Date,
}
In a new tab run:
npm install -g watchify
npm run watch
npm start