Socket
Socket
Sign inDemoInstall

@beyond-js/backend

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beyond-js/backend

This package is a key component of BeyondJS and must be installed as a dependency to use Bridges in your project


Version published
Weekly downloads
34
increased by6.25%
Maintainers
3
Weekly downloads
 
Created
Source

Welcome to @beyond-js/backend package

This package is a key component of BeyondJS and must be installed as a dependency to use Bridges in your project. @beyond-js/backend provides a node-based backend service with Websocket connection and supports the execution of Bridges, which allow you to create backend APIs with included data typing and corresponding client code to consume it.

Installation:

To install BeyondJS/Backend, run the following command in your terminal:

npm install @beyond-js/backend

Config

You can set the next variables in your .env file.

  • MAX_ACTIVE_REQUEST: [default: 60] Sets the maximum number of concurrent WebSocket connections that the library can handle, preventing overload and ensuring resource allocation efficienc

  • CACHE_EXPIRATION_TIME: Allows setting the duration for caching response answers, improving performance by avoiding redundant computations within the specified timeframe.

Documentation:

For more information on using @beyond-js/backend and creating Bridges, see the full documentation at the following link: BeyondJS/ Backend docs.

License

MIT.

FAQs

Package last updated on 08 Aug 2023

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