hci ===== Introduction: --------------- Researching a way to bring java alike OSGi to nodejs for hot swappable modules. This is not an intention to replace nodejs modules but a way to swap certain areas of the application such as bringing new versions without a restart Running examples: ----------------- ``` git clone http://dev.hexasoftware.com/stdio/node-hci cd node-hci npm install node test/hci-test ``` And monitor bundle should be accessible by http://127.0.0.1:3500/monitor Cli bundle list ![bundles](doc/assets/bundle-list.png) Web based bundle listing ![bundles](doc/assets/web-bundle-list.png)