saskodh / framework

Lightweight web framework for NodeJS inspired by Spring framework
26 stars 5 forks source link

Reload the context on hot reload #9

Open saskodh opened 8 years ago

saskodh commented 8 years ago

Background

Node has support for hot reload of changed files during run-time when the app is started in debug mode. When the app context is affected by the hot reload the context needs to reload itself also (for example when new component is added).

Goal

Enable context reload when hot reload is done.