Skip to content

Releases: underpostnet/engine

v2.7.9

Choose a tag to compare

@underpostnet underpostnet released this 14 Nov 16:54

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Downloads Coverage Status Version License

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Package repo and usage info: pwa-microservices-template

v2.7.83

Choose a tag to compare

@underpostnet underpostnet released this 28 Oct 11:04

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Downloads Coverage Status Version License

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Package repo and usage info: pwa-microservices-template

v2.7.7

Choose a tag to compare

@underpostnet underpostnet released this 25 Oct 01:01

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Downloads Coverage Status Version License

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Package repo and usage info: pwa-microservices-template

v2.7.6

Choose a tag to compare

@underpostnet underpostnet released this 17 Oct 14:59

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Downloads Coverage Status Version License

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Package repo and usage info: pwa-microservices-template

v2.7.5

Choose a tag to compare

@underpostnet underpostnet released this 10 Oct 17:11

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Downloads Coverage Status Version License

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Package repo and usage info: pwa-microservices-template

v2.7.2

Choose a tag to compare

@underpostnet underpostnet released this 08 Oct 16:36

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Downloads Coverage Status Version License

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Package repo and usage info: pwa-microservices-template

v2.7.1

Choose a tag to compare

@underpostnet underpostnet released this 19 Sep 17:02

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Downloads Coverage Status Version License

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Package repo and usage info: pwa-microservices-template

v2.6.3

Choose a tag to compare

@underpostnet underpostnet released this 14 Sep 16:39

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Coverage Status

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new my-project-name

After template installation, the server will be running on http://localhost:4001

v2.6.2

Choose a tag to compare

@underpostnet underpostnet released this 14 Sep 01:15

underpost engine core server

underpost.net

core server

npm nodedotjs mongodb

Node.js CI Test Coverage Status

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Installation

npm install

Usage

Run dev

npm run dev

Run on pm2

npm run pm2

Run on docker-compose

npm run start:docker

Run on docker

# build image
docker build . -t engine

# run image
docker run --name engine-instance -p 41061:3001 -p 41062:3002 engine

Create a new project

npm install -g underpost
underpost new my-project-name

After template installation, the server will be running on http://localhost:4001

v2.5.1

Choose a tag to compare

@underpostnet underpostnet released this 27 Aug 13:28

Node.js CI Test Coverage Status

Develop, build, deploy, monitor, and manage multiple runtime applications on virtual machines or container instances.

Required version environments

npm

nodedotjs

mongodb

Installation

npm install

Usage

Run dev

npm run dev

Run on pm2

npm run pm2

Run on docker-compose

npm run start:docker

Run on docker

# build image
docker build . -t engine

# run image
docker run --name engine-instance -p 41061:3001 -p 41062:3002 engine