Node: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 2: Line 2:


{| class="wikitable"
{| class="wikitable"
! style="min-width:180px;" | Built-in
! style="min-width:180px;" | ⚙️ Built-in
! style="min-width:180px;" | ✨ Key features
! style="min-width:180px;" | 📥 Packages
! style="min-width:180px;" | 📥 Packages
! style="min-width:180px;" | 💻 Env
! style="min-width:180px;" | 💻 Env
|-
|-
| valign="top" |
| valign="top" |
* [https://nodejs.org/en/about/previous-releases#release-schedule Release Schedule]
| valign="top" |
* [[Node/Nuxt.js|Nuxt.js]]
* [[Node/JSON Schema|JSONSchema]]
* [[Node/Swagger|Swagger]]
| valign="top" |
| valign="top" |
* [[Node/mermaid-cli|mermaid-cli]]
* [[Node/mermaid-cli|mermaid-cli]]
* [[Node/axios|axios]]
* [[Node/axios|axios]]
| valign="top" |
| valign="top" |
* [[Node/fnm|fnm]]
* [[Node/pnpm|pnpm]]
* [[Node/nvm|nvm]]
* [[Node/nvm|nvm]]
* pnpm
|}
|}


Line 19: Line 26:
<quickmmd name="node_env_building_flow">
<quickmmd name="node_env_building_flow">
flowchart LR
flowchart LR
   A(Install nvm)
   A(Install fnm)
   B(Install node)
   B(Install node<br>26.x)
   C1(Install pnpm)
   C(Install pnpm)
  D(Create Nuxt.js project)


   A --> B
   A --> B
   A --> C1
   B --> C
  C --> D
</quickmmd>
</quickmmd>


Line 33: Line 42:
* [[Node/ReactNative]]
* [[Node/ReactNative]]
* [[Node/Crypto]]
* [[Node/Crypto]]
* https://www.npmjs.com/package/ajv
* https://www.npmjs.com/package/ajv
* https://www.npmjs.com/package/validator
* https://www.npmjs.com/package/validator
* https://github.com/mysqljs/mysql
* https://github.com/mysqljs/mysql
* https://expressjs.com/
* http://learnboost.github.io/cluster/
* https://github.com/expressjs/cors#readme
* https://github.com/uuidjs/uuid#readme
* https://github.com/axios/axios
* https://www.npmjs.com/package/crypto (Deprecated)
* https://www.npmjs.com/package/request (Deprecated)
* https://www.npmjs.com/package/fs (Security holding)

Latest revision as of 04:19, 9 September 2026