Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

noradle-console

noradle10ISC0.13.1

monitor/controll console for noradle runtime, include dispatcher, clients, oracle

monitor, controller, console, runtime, dispatcher, status

readme

installation

npm install -g noradle-console

start console

noradle-console -h

Usage: server [options]

Options:

  -h, --help                         output usage information
  -V, --version                      output the version number
  -d, --dispatcher_addr [port:host]  dispatcher listening address, default to 1520
  -p, --listen_port [port]           listening port, default to 1522:

noradle-console -p 1520 -d 1522:

watch noradle runtime state in browser

  • access http://localhost:1520/getOraSessions to see all oracle session that connected to dispatcher
  • access http://localhost:1520/getClients to see all node.js client who connected to dispatcher
  • access http://localhost:1520/getClientConfig to see all node.js client configuration for dispatcher