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

bridge

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge

Bridge is a new way of developing your api's

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Bridge

license community

What is Bridge?

Bridge is a new Node.js framework built on Express.js that uses the power of Typescript to generate the code for the client.

In other words, its goal is that the backend developers won't have to manually write API documentation or to maintain a Postman collection to keep the client up-to-date with the API.

Getting Started

A more detailed tutorial can be found on the https://bridgets.co website.

We recommend creating a new Bridge app using create-bridge-app, which sets up everything automatically for you.

To create a project, run:

npx create-bridge-app
# or
yarn create-bridge-app

After the installation is complete:

  • Run npm run dev or yarn dev or to start the development server on http://localhost:8080
  • Run npm run build or yarn build to build the static files for production
  • Run npm run start or yarn start to start the production server on http://localhost:3000

To integrate into an existing Express.js app View the full documentation .

Documentation

Visit https://bridgets.co/documentation to view the full documentation.

Community

The Next.js community can be found on Discord, where you can ask questions, voice ideas, and share your projects.

The framework is meant to evolve and grow, don't hesitate to share your feedback with us on and propose new features !

Keywords

FAQs

Package last updated on 02 Dec 2022

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