why app.get('/:room', (req, res) => { res.render('room', { roomid: req.params.room }) });
By Adrian Walker at Feb 20 2021