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