This is a simple NodeJS Hello World server built using Express.
npx jamsocket login
npx jamsocket service create hello-world
npx jamsocket push hello-world -f ./Dockerfile --include-git-commit
npx jamsocket connect hello-world
npm install
npm start
This is a simple NodeJS Hello World server built using Express.
npx jamsocket login
npx jamsocket service create hello-world
npx jamsocket push hello-world -f ./Dockerfile --include-git-commit
npx jamsocket connect hello-world
npm install
npm start