On Wed, Jun 28, 2023 at 01:54:31AM -0700, Adrien Quentin wrote:
> I would like to know if the dspace angular UI could be served by simple
> http server ( as nginx or apache http). As the angular is compiled, why
> node is needed ?
The TypeScript code is "compiled" to Javascript. It needs a
Javascript engine to execute. Node wraps some useful features around
the V8 Javascript engine.
Yes, for a browser session the code is all sent to the browser and
executes there. But to support search engines, dspace-angular also
needs to be able to render pages itself.
--
Mark H. Wood
Lead Technology Analyst
University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu