Socket
Book a DemoInstallSign in
Socket

adm-panel2

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

adm-panel2

A process admin panel with support for WebDAV and CLI commands (& websockets etc...)

1.0.4
latest
Source
npmnpm
Version published
Weekly downloads
7
-41.67%
Maintainers
1
Weekly downloads
 
Created
Source

admin-panel-ii

A management panel for Node processes. :zap:

TODO

  • Add proccess memory stats (client + back)
  • CLI CMD
  • WebDAV CMD [halfway]
  • WS CMD

Commands

  • kill[ interval\<Number> [exitCode\<Number>]]
  • exit - Closes CLI.
  • clear - Clears console.
  • sock event<String> message<String> - Sends message to sockets.
  • help[ command<String>] - Receive help for a command.
  • catch - Catch unknown command errors.
  • eval - Evaluate a JS snippet.
  • syscall code<String> - new, perform a system call.

Type .h in CLI for more (accurate) details.

Usage

const Panel = require("adm-panel2");

Panel.setup().then(panel => {
    panel.toggleStats(); //every 1s, take memory snap
    panel.cli({ input: process.stdin, output: process.stdout }); //type '.' (default prefix) and hit 'tab' for completion.
    panel.start().then(() => console.log("Started.")); //hosted by default on http://admin:adm@localhost:9999/panel
});

Latest features

  • Keeps logs history.

External Dependencies

  • chalk (optional)
  • fs-extra
  • socket.io
  • client-side: Plotly.js

Based on vale-server-ii

Modules that depend on adm-panel2

A trick for process restarting: Add a restarting field in scripts of package.json with body of "restarting": "node index.js || npm run restarting", this way you can have the system relaunch your task upon non-zero exit codes. Reload the process by having an fs.Watcher watch for file changes and emitting a .kill 0 2 to the panel.

Keywords

cli

FAQs

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.