Server-side njs demonstration
This page was rendered by the per-domain hello.js module.
Request data
| method | GET |
|---|---|
| uri | /njs |
| host | de.v79.ru |
| user agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| remote address | 216.73.216.201 |
| scheme | https |
| raw query string | hello=world |
| query keys | hello |
njs operations
| source array | [1,2,3,4,5] |
|---|---|
| map: doubled | [2,4,6,8,10] |
| filter: even | [2,4] |
| reduce: sum | 15 |
| regular expression | matched /njs |
| JSON serialization | {"query":{"hello":["world"]},"generatedAt":"2026-09-07T17:37:26.505Z"} |
Query parameters
- hello = world
Generated at .
Handler execution time: 0 ms.