Michael Sexton
Aug 31, 2018 · 1 min read

Steve, Great article. I was recently able to achieve a simplified version of a http.createserver by including <script> in the html code to a simple node.js script along with the <script> containing my other js. The separate process seems to work well. The question I have is, in your orig cookbook, it mentions that CEP 8 uses nodejs 7.7.4. npm and nvm suggest that these are older (no longer supported) node versions. Is Adobe CEP going to upgrade to a newer version, is it a non-issue? In this article, you say to download and install node.js, is that necessary and why? Also, I have been working with google-cloud/speech which (to the best that I can determine) uses modules that require node > v 7.7.4. Is there a way to use/integrate a newer version in the CEP, or is that a Chrome function? Being a novice to panels and nodejs, I appreciate all the good documentation, and references that you and Adobe provide. Thank you.