Notice: file_put_contents(): Write of 8711 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50

Warning: file_put_contents(): Only 8192 of 16903 bytes written, possibly out of free disk space in /var/www/tgoop/post.php on line 50
Node.JS [ru] | Серверный JavaScript@we_use_js P.4442
WE_USE_JS Telegram 4442
⚙️ Что такое events модуль в Node.js?

events — это встроенный модуль в Node.js для работы с событиями. Он позволяет испускать и обрабатывать пользовательские события.

➡️ Пример:

const EventEmitter = require('events');

// Создаем новый экземпляр EventEmitter
const emitter = new EventEmitter();

// Добавляем обработчик события
emitter.on('greet', (name) => {
console.log(`Привет, ${name}!`);
});

// Испускаем событие
emitter.emit('greet', 'Иван');


🗣️ В этом примере событие greet создаётся и обрабатывается с использованием EventEmitter. Это основной инструмент для реализации событийной архитектуры в Node.js.


🖥 Подробнее тут
Please open Telegram to view this post
VIEW IN TELEGRAM
👍6



tgoop.com/we_use_js/4442
Create:
Last Update:

⚙️ Что такое events модуль в Node.js?

events — это встроенный модуль в Node.js для работы с событиями. Он позволяет испускать и обрабатывать пользовательские события.

➡️ Пример:

const EventEmitter = require('events');

// Создаем новый экземпляр EventEmitter
const emitter = new EventEmitter();

// Добавляем обработчик события
emitter.on('greet', (name) => {
console.log(`Привет, ${name}!`);
});

// Испускаем событие
emitter.emit('greet', 'Иван');


🗣️ В этом примере событие greet создаётся и обрабатывается с использованием EventEmitter. Это основной инструмент для реализации событийной архитектуры в Node.js.


🖥 Подробнее тут

BY Node.JS [ru] | Серверный JavaScript


Share with your friend now:
tgoop.com/we_use_js/4442

View MORE
Open in Telegram


Telegram News

Date: |

Telegram channels enable users to broadcast messages to multiple users simultaneously. Like on social media, users need to subscribe to your channel to get access to your content published by one or more administrators. In the “Bear Market Screaming Therapy Group” on Telegram, members are only allowed to post voice notes of themselves screaming. Anything else will result in an instant ban from the group, which currently has about 75 members. Hui said the messages, which included urging the disruption of airport operations, were attempts to incite followers to make use of poisonous, corrosive or flammable substances to vandalize police vehicles, and also called on others to make weapons to harm police. Commenting about the court's concerns about the spread of false information related to the elections, Minister Fachin noted Brazil is "facing circumstances that could put Brazil's democracy at risk." During the meeting, the information technology secretary at the TSE, Julio Valente, put forward a list of requests the court believes will disinformation. Earlier, crypto enthusiasts had created a self-described “meme app” dubbed “gm” app wherein users would greet each other with “gm” or “good morning” messages. However, in September 2021, the gm app was down after a hacker reportedly gained access to the user data.
from us


Telegram Node.JS [ru] | Серверный JavaScript
FROM American