[Original Comment](https://github.com/blainesch/pry.js/issues/43#issuecomment-252990730) Using express with pry causes it to be unresponsive and difficult to use. ``` import pry from 'pryjs' // Ping router.get('/ping', (req, res) => { eval(pry.it) res.json({ status:'UP' }); }); ```
Original Comment
Using express with pry causes it to be unresponsive and difficult to use.