apache / openwhisk-runtime-nodejs

Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
https://openwhisk.apache.org/
Apache License 2.0
59 stars 74 forks source link

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

Open csantanapr opened 6 years ago

csantanapr commented 6 years ago

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

rabbah commented 4 years ago

shedding express would also make startup faster.

dgrove-oss commented 1 year ago

Not done; commented on the wrong issue.

dgrove-oss commented 1 year ago

Closed the wrong issue; reopening.