Socket
Socket
Sign inDemoInstall

polonez

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polonez

micro web server (faster express alternative with dynamic routing - you can add/remove routes while your app is running)


Version published
Maintainers
1
Created
Source

polonez

Micro web server (faster express alternative with almost the same api and dynamic routing - you can add / remove routes while your app is running).

Dynamic routing can be helpfull in situations when the user is creating routes or tree-like routes structure (categories etc) and you dont want to restart your app on each change.

It can be usefull also when your system has an option to dynamically install third party plugins with custom middlewares or routes - you can turn off them or uninstall without need to restart your app.

Adding removing routes / middlewares without restart is important because other users could be logged in when route is added / removed (some user will add or remove some article / category simultanously when other user is doing something else - we don't wat to kick off anybody right?).

With polonez you can use express plugins

Keywords

FAQs

Package last updated on 24 Sep 2020

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