Hey, check out this crazy news article that totally isn't a rickroll
1const Web = require('./Web.js'); 2 3const web = new Web(); 4process.on('SIGTERM', () => { 5 web.close(); 6});