Slide 27
Slide 27 text
peergos.org ■ Ian Preston ■ @ianopolous
Build security
●
Reproducible builds, both server and front end
●
Do not use npm! Only 8 JS dependencies, all vendored
●
Have our own deterministic replacement for webpack, and
minifiers
●
Self host all assets
●
Most of the client code is written in a type-safe language (Java)
and cross-compiled to JS