🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ngx-do-proxy

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-do-proxy

This packages is there to run a mock json base API/DB server with authentication, authorization, ddos protection and auto rebuild of database base on the different data files. **Don't use it for production services.**

0.2.11
latest
Source
npm
Version published
Weekly downloads
140
2233.33%
Maintainers
1
Weekly downloads
 
Created
Source

ngx-do-proxy is a Mock API Server

This packages is there to run a mock json base API/DB server with authentication, authorization, ddos protection and auto rebuild of database base on the different data files. Don't use it for production services.

To start the server use node index.js or npm start --silent -- and for example to override the port configuration variable add --port=3001

To create a api or password key use node index.js --generateKey="your the secret"

Deploying it on zeit.co

If you need hosting of this proxy zeit.co offer 3 free instances you can use as follows.

Install now globally

  sudo npm install now -g

Publish the db server to zeit

now --public
now alias [url from now] [alias]

Removing from zeit

now rm [url from now or alias-doit]```

FAQs

Package last updated on 15 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts