route: {
    '/io': function(req, res) {
      res.render('index')
    },
    '/io/exit': function(req, res) {