Всем привет! В этой и в следующих статьях мы будем рассматривать различные темы по разработке в контексте одного приложения, которое будет постепенно дорабатываться. Это приложение – веб-чат.
24. Node.js Lessons.Reading Parameters From the Command Line and Environment.
Hey all! The first topic of this article is transferring of parameters and the script for Node.js. To show you the principle, we will create a file with a simple code, so add it (server.js):
Tough Interview
We are looking forward to meeting you on our website soshace.com
24. Уроки Node.js. Чтение параметров из командной строки и окружения.
Всем привет! Первая тема этой статьи: передача параметров, скрипт для Node.js. Для этого в качестве исходного мы возьмем простой файл, добавьте его (server.js):
23. Node.js Lessons. Domains, asynchronous try.. catch. Part 3.
How and what does app.js consist of?
It is made in a way that from the very beginning we create a domain and then launch our app within this domain. Here all modules can be connected, a server gets created, etc. But why do we connect modules here? The reason is that some other modules can be added when the connection happens, and they can connect others, too.
23. Уроки Node.js. Домены, “асинхронный try..catch”. Часть 3.
Итак, из чего состоит app.js?
Он состоит из того, что мы с самого начала делаем домен, и запускаем в нем все наше приложение. Здесь подключаются все модули, создается сервер и т.д. Почему мы подключаем модули здесь? Потому что во время подключения модулей могут подключаться какие-то другие модули, а те могут подключать – третьи, и т.д.
23. Node.js Lessons. Domains, asynchronous try.. catch. Part 2.
So, we continue our lesson. Let us make this example a little bit more complicated by adding work with the files in the following way:
23. Node.js Lessons. Domains, asynchronous try.. catch. Part 1.
Hey all! Our topic for today is Domains.
Domains are one of the Node.js options lacking both in standard JavaScript and browser versions of JavaScript. Domains were created to catch any asynchronous errors. For instance, if we look at the server that we’ve explored in one of our previous articles (download the lesson code from here for your convenience), we will see that everything is ok when it’s working
23. Уроки Node.js. Домены, “асинхронный try..catch”. Часть 2.
Продолжаем наш урок. Давайте немного усложним этот пример, добавив работу с файлами вот таким образом:
True Freelancer’s story
We are looking forward to meeting you on our website soshace.com