This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Description
... that would enable the use of Node packages that are web request aware... e.g. interrogate the browser request for accept-language headers?
I did find this in HttpNodeInstanceEntryPoint.ts:
const server = http.createServer((req, res) => {
Which indicates that NodeServices might be able to be web aware...?