googlefonts / fontbakery-dashboard

A library-scale web dashboard for Font Bakery, no longer developed
Apache License 2.0
28 stars 10 forks source link

_BaseServer (backport): improved server structure #89

Closed graphicore closed 5 years ago

graphicore commented 5 years ago

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.