Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 386 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 386 Bytes

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