Thats actually not a request, I just want to explainwhy I think this is a good idea, and if you think the same, I will provide you with a PR which introduces the needed changes.
- DalekJS is a nodeJS module itself
- it allows to make use of require() without full/relative paths, as we can put the files in nodes module directory (can also be in the local project if the directory gets named node_modules)
- we can reference to nodeJS for how to organize anything and how to code clean
- we can later offer to install it as nodeJS package parallel to dalekJS
that just what comes to my mind after the first bit of thinking about
Thats actually not a request, I just want to explainwhy I think this is a good idea, and if you think the same, I will provide you with a PR which introduces the needed changes.
that just what comes to my mind after the first bit of thinking about