openwhisk-runtime-nodejs
openwhisk-runtime-nodejs copied to clipboard
Make proxy with zero dependencies (no express, body-parser)
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
shedding express would also make startup faster.
Not done; commented on the wrong issue.
Closed the wrong issue; reopening.