Node.js Node Module System (refs): Difference between revisions

From WikiMLT
m (Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:JavaScript)
mNo edit summary
 
Line 23: Line 23:
{{devStage  
{{devStage  
  | Прндл  = JavaScript
  | Прндл  = JavaScript
| Пдрдб  = Б
  | Стадий = 6
  | Стадий = 6
  | Фаза  = Утвърждаване
  | Фаза  = Утвърждаване

Latest revision as of 16:33, 11 March 2023

Ref­er­ences

In­tro­duc­tion

Con­sid­er mod­ules to be the same as JavaScript li­braries. A set of func­tions you want to in­clude in your ap­pli­ca­tion. There is a num­ber of mod­ules that are build-in the core of Node. Such mod­ules are:

Al­so we could cre­ate our own mod­ules.