There have been several changes of the server architecture in the branch release-pipeline (#76). No I'm intermediately tasked tasked to tackle #86. I don't want to build that onto current master and then later have porting issues. The best way is to backport the changes from release-pipeline which I made here with some serious git history manipulation. The main files of this PR are javascript/node/api.js and javascript/api/_BaseServer.js.
There have been several changes of the server architecture in the branch
release-pipeline
(#76). No I'm intermediately tasked tasked to tackle #86. I don't want to build that onto current master and then later have porting issues. The best way is to backport the changes fromrelease-pipeline
which I made here with some serious git history manipulation. The main files of this PR arejavascript/node/api.js
andjavascript/api/_BaseServer.js
.