nudge4jversion 0.5.0

Dashboard

JVM ...
Uptime ...
Hook ...
Static URL ...

Remote Console

The remote console lets you send code to execute on your JVM. For your convenience any code which you execute is also stored on your browser's local storage, so that it's going to be hard to lose it.

Go to the Remote Console Go to the Execution History
Are you new to nudge4j ? try our examples

HTTP API

At its core, nudge4j is just a tiny web server. All API access is over HTTP, and accessed from http://localhost:[port]/js?code=[code]

All data is sent with Content-Type: text/plain; charset=utf-8

curl -i "http://localhost:5050/js?code=1000-1"
HTTP/1.1 200 OK
Date: Sat, 26 May 2018 23:15:30 GMT
Content-type: text/plain
Content-length: 3
Cache-control: no-cache
999
get the class path
get the class path (JSON)
get the class path (JSON - full external function)
get CPU usage per Thread
get Thread dump