How to run express within electron?
问题 I have been able to successfully run express within the electron app via repositories such as https://github.com/theallmightyjohnmanning/electron-express https://github.com/frankhale/electron-with-express However, I was advised not to do so due to the GNU GENERAL PUBLIC LICENSE that they impose. I am trying to create a commercial app that will monetize. Hence, a liscene like MIT might do, but not sure about GNU. Anyhow, I have been trying to follow his procedure: https://gist.github.com