An open API service indexing awesome lists of open source software.

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

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
```