New node_helper loading.

This commit is contained in:
Michael Teeuw
2016-03-30 14:49:37 +02:00
parent 7e873880f5
commit af910aa3f7
6 changed files with 301 additions and 189 deletions

View File

@@ -16,7 +16,8 @@ Things that still have to be implemented or changed.
####Loader
- Loading of module uses `eval()`. We might want to look into a better solution. [loader.js#L112](https://github.com/MichMich/MagicMirror/blob/v2-beta/js/loader.js#L112).
####NodeHelper
- The node_helper superclass creates a seperate socket connection for each module. It's preferred to use the overall socket connection of the server.