Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bridgends

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridgends

Is a development tool used to support frontend and backend developers while developing and using API

  • 1.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

Bridgends logo

Bridgends

Its a development tool used to support frontend and backend developers during developing and using API.

See more on Bridgends.com.

Install and get started with bridgends

This page helps you to get started easily with the application. The application uses embeded database and also the code has packaged into an executable file so you don't need to install any other dependencies. Download it from here.

Install previous version

If you want to test the previous version of bridgends which is not suggested you need to do as the following. Suppose we want to run bridgends on a front end developer's system and there is an API on http://192.168.82.198:81/api/

  • npm i bridgends -g
  • bridgends start -t http://192.168.82.198:81/ -p 4243
  • change frontend code to proxy all request through localhost:4243/proxy
    • if you are using webpack just change the proxy
    proxy: {
        "/api": {
             target: "http://localhost:4243/proxy",
        }
    }
    
  • start front end web app
  • open localhost:4243 in your browser and handle every request passing through
CLI options

Start and stop bridgends process

bridgends start -t http://192.168.82.198:81/
bridgends stop

Multiple API target

bridgends start -t http://192.168.82.198:81/,http://192.168.82.122:81/
bridgends stop

Set port, savePath

Defaults

  • port: 6464
  • file path: ./bridgendsfiles
bridgends start -t http://192.168.82.198:81/ -a /api2 -p 4542 -f /home/fingerpich/bridgendsFiles
bridgends stop

Run multi instance

bridgends start name
bridgends stop name

FAQs

Package last updated on 21 Nov 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc