https://github.com/jamsocket/node-hello-world
A simple node server hello world built in a docker container
https://github.com/jamsocket/node-hello-world
Last synced: 11 months ago
JSON representation
A simple node server hello world built in a docker container
- Host: GitHub
- URL: https://github.com/jamsocket/node-hello-world
- Owner: jamsocket
- License: mit
- Created: 2022-02-14T19:02:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T20:09:06.000Z (almost 2 years ago)
- Last Synced: 2025-07-18T16:22:31.957Z (11 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-hello-world
This is a simple NodeJS Hello World server built using Express.
### Run as a session backend on Jamsocket:
```sh
npx jamsocket login
```
```sh
npx jamsocket service create hello-world
```
```sh
npx jamsocket push hello-world -f ./Dockerfile --include-git-commit
```
```sh
npx jamsocket connect hello-world
```
### Run locally:
```sh
npm install
npm start
```