Open ghost opened 9 years ago
Revel Framework uses a reverse proxy to show a developer errors right in the browser. Something similar should be implemented for Goal.
All tools will have to use a logger that writes not only to the stdout / stderr but also to the proxy (it will have its own API).
As an alternative it is also possible to create a terminal UI (e.g. see https://github.com/gizak/termui or https://github.com/VladimirMarkelov/clui). With the architecture of the toolkit it would be much easier.
Revel Framework uses a reverse proxy to show a developer errors right in the browser. Something similar should be implemented for Goal.
All tools will have to use a logger that writes not only to the stdout / stderr but also to the proxy (it will have its own API).