@cloudframework/core20

Core20 of Cloudframework to run RESTFul APIs in GCP Appengine and CloudFunctions

Usage no npm install needed!

<script type="module">
  import cloudframeworkCore20 from 'https://cdn.skypack.dev/@cloudframework/core20';
</script>

README

Cloudframe node core20 to develop RESTFul API

https://cloud.google.com/appengine/docs/standard/nodejs/building-app/writing-web-service It REQUIRES node ^12.20.X

Prerequisites:

https://github.com/nvm-sh/nvm#installation

Mac NVM installation

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)

Run locally

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