Core20 of Cloudframework to run RESTFul APIs in GCP Appengine and CloudFunctions
npm install @cloudframework/core20https://cloud.google.com/appengine/docs/standard/nodejs/building-app/writing-web-service
It REQUIRES node ^12.20.X
Mac NVM installation
* https://jamesauble.medium.com/install-nvm-on-mac-with-brew-adb921fb92cc
```
brew install nvm
mkdir ~/.nvm
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
nvm -v (0.37.2)
nvm install 12 (^12.20.XX)
npm install cloudramework/core20
cp node_modules/cloudramework/core20/server.js index.js
npm start
browse to localhost:8080
`Evolve this npm
`
npm login
npm publish --access public
``