Skip to content

A simple node server hello world built in a docker container

License

Notifications You must be signed in to change notification settings

jamsocket/node-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple node server hello world built in a docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published