more node

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2021-05-25 01:00:00 +00:00
parent 9719023feb
commit 13f7303db1
23 changed files with 724 additions and 12 deletions

View File

@@ -21133,7 +21133,9 @@ Examples:
* `class`
** link:rootfs_overlay/lkmc/nodejs/object_to_string.js[]: `util.inspect.custom` and `toString` override experiment: https://stackoverflow.com/questions/24902061/is-there-an-repr-equivalent-for-javascript/26698403#26698403
** link:rootfs_overlay/lkmc/nodejs/object_to_json.js[]: `toJSON` examples
** link:rootfs_overlay/lkmc/nodejs/static.js[]
* link:rootfs_overlay/lkmc/nodejs/http.js[]: `http` module to create a simple HTTP server: https://nodejs.org/api/http.html
* link:rootfs_overlay/lkmc/nodejs/esm[]: https://stackoverflow.com/questions/58384179/syntaxerror-cannot-use-import-statement-outside-a-module
===== Node.js step debugging