expressjs / express

Fast, unopinionated, minimalist web framework for node.
https://expressjs.com
MIT License
65.3k stars 15.8k forks source link

Request > Autoreload the specific route on Changes #5222

Open aaferna opened 1 year ago

aaferna commented 1 year ago

Express is my Favorite Middleware for node js. I think this one lacks the automatic reloading of those routes that were modified. It is a great feature and would save us from having to restart the entire application with each change. I did not find someone who has consulted it but for that same reason I raise it.

aaferna commented 1 year ago

Hi?