node-hello-world This is a simple NodeJS Hello World server built using Express. Run as a session backend on Jamsocket: npx jamsocket login npx jamsocket service create hello-world npx jamsocket push hello-world -f ./Dockerfile --include-git-commit npx jamsocket connect hello-world Run locally: npm install npm start