# NodeJS

Bien que NodeJS ne soit pas initialement destiné au développement d'applications Front-End, la plupart des outils de développement se basent dessus. Il n'y a rien de mieux qu'un moteur JavaScript pour parser, transformer et générer du JavaScript.

Il est clairement inévitable d'utiliser NodeJS pour le développement Front-End.\
NodeJS doit être disponible dans vos workflows d'intégration continue.

* Vous pouvez télécharger NodeJS ici : <https://nodejs.org/en/>

La version current fonctionne très bien mais pour les plus prudents, vous pouvez utiliser la version LTS *(Long Term Support)*. Seules les versions au numéros pairs sont en LTS.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide-angular.wishtack.io/tools/nodejs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
