openwhisk-runtime-nodejs icon indicating copy to clipboard operation
openwhisk-runtime-nodejs copied to clipboard

Make proxy with zero dependencies (no express, body-parser)

Open csantanapr opened this issue 8 years ago • 3 comments
trafficstars

Making the web proxy leaner avoids the delay to load module tree for express and body-parser. Have the web proxy use http server from nodejs

csantanapr avatar Nov 10 '17 21:11 csantanapr

shedding express would also make startup faster.

rabbah avatar Dec 18 '19 13:12 rabbah

Not done; commented on the wrong issue.

dgrove-oss avatar May 03 '23 14:05 dgrove-oss

Closed the wrong issue; reopening.

dgrove-oss avatar May 03 '23 14:05 dgrove-oss