apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

port websocket package to nodejs:10 #315

Closed dgrove-oss closed 4 years ago

dgrove-oss commented 4 years ago

add package/build logic to enable websockets package to use nodejs:10 runtime kind (which unlike nodejs:6 does not bundle the ws package).

Fixes #294