@scendant/gateway

0.0.68 • Public • Published

Gateway framework

API gateway and services

Relevant links

https://www.npmjs.com/package/@scendant/gateway https://hub.docker.com/repository/docker/scendant/gateway

Building the container

docker container prune
docker image prune
docker build .

Running the container locally

docker run -d -p 80:80 scendant/gateway -v -k 123 -c

Debugging the container

docker run -it --mount type=bind,source="$(pwd)",target=/usr/local/lib/node_modules/@scendant/gateway --entrypoint /bin/bash scendant/gateway

Get the container from Docker Hub

docker pull scendant/gateway:latest

To get the available options

gateway -h

To build the AWS EC2 image

Launch a new instance with the UserData set to ec2_install.sh and the key pair set to 'Proceed without a key pair'

To update

On EC2:
sudo gateway -u

On Docker:
docker run -d -p 80:80 scendant/gateway -u

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.682latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.682
0.0.671
0.0.660
0.0.650
0.0.640
0.0.630
0.0.610
0.0.601
0.0.590
0.0.580
0.0.571
0.0.560
0.0.550
0.0.540
0.0.530
0.0.520
0.0.511
0.0.500
0.0.492

Package Sidebar

Install

npm i @scendant/gateway

Weekly Downloads

8

Version

0.0.68

License

ISC

Unpacked Size

19.8 kB

Total Files

15

Last publish

Collaborators

  • paul.flew