Socket
Socket
Sign inDemoInstall

@open-xchange/ui-middleware

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-xchange/ui-middleware

App Suite UI specific middleware


Version published
Weekly downloads
44
decreased by-18.52%
Maintainers
4
Weekly downloads
 
Created
Source

App Suite UI Middleware

build status coverage report

Starting

yarn start

Config

See .env-example.

Running tests

  • yarn test will run the tests
  • Tests are located in the test directory

Source files

Are located in src directory

Development

Use yarn dev to start the middleware and watcher which runs eslint and the tests on each file change.

Architecture

The middleware is stateless, this enables easy scaling and clustering.

Clustering

The middleware uses the native node clustering module. To enable multiple processes, set a number of processes to spawn in the .env file.

Frameworks

Debugging

  • Prerequisite: Node v.6.3.0+, Chrome 55+
  • Use yarn debug to start the middleware in debugging mode
  • When using cluster please take a closer look at the stdout output when starting the server (usally ports 9229, 5859++). Please ensure these ports are also listet in the "Connection" tag

FAQs

Package last updated on 11 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

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