- http://nodejs.org/
- Выразительный JavaScript: Node.js
- Основы работы с модулями в Node.js
- Новости из мира Node: promise.io, copromise, Apper
- Node.js в действии
- Creating Your First Node.js Command-line Application
- Want To Learn Node.js? Here Are Some Useful Tutorials
- Node.js для начинающих
- Руководство по Node.js для начинающих
- Автоматизация задач с помощью npm run
- The Absolute Beginner’s Guide to Node.js
- Получение погоды на Node.JS
- Скринкаст Node.JS от А до Я
- Getting started with Express.js
- Тонкости nodejs. Часть I: пресловутый app.js
- Тонкости nodejs. Часть II: Работа c ошибками
- Тонкости node.js. ч.3 Отказоустойчивые приложения
- The Basics of Node.js Streams
- Building your first Node.js module
-
-
Save 7rulnik/7f086e00388bbb5f6220 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// При разделении на отдельные файлы: | |
exports.example1 = 1; // Возвращает переменную в подключаюмый скрипт | |
global.example2 = 2 // Возвращает глобальную переменную в подключаюмый скрипт |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment