Displaying 2 results from an estimated 2 matches for "quickj".
Did you mean:
quick
2024 Apr 16
0
njs-0.8.4
Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
This release introduced the initial QuickJS engine support in CLI
as well as regular bugfixes.
Notable new features:
- QuickJS in njs CLI:
: $ ./configure --cc-opt="-I/path/to/quickjs -L/path/to/quickjs" && make njs
: $ ./build/njs -n QuickJS
:
: >> new Map()
: [object Map]
Learn more about njs:
- Overview and int...
2024 Dec 10
0
njs-0.8.8
Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
This release introduced shared dictionary for QuickJS engine.
Learn more about njs:
- Overview and introduction:
https://nginx.org/en/docs/njs/
- NGINX JavaScript in Your Web Server Configuration:
https://youtu.be/Jc_L6UffFOs
- Extending NGINX with Custom Code:
https://youtu.be/0CVhq4AUU7M
- Using node modules with njs:
...