<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dokuwiki.webmastermsk.ru/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dokuwiki.webmastermsk.ru/feed.php">
        <title> nodejs:biblioteki</title>
        <description></description>
        <link>https://dokuwiki.webmastermsk.ru/</link>
        <image rdf:resource="https://dokuwiki.webmastermsk.ru/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-08-12T13:22:56+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:compression&amp;rev=1673515089&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:connect-flash&amp;rev=1673515089&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:csurf&amp;rev=1673515089&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:express&amp;rev=1673515089&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:helmet&amp;rev=1673515089&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:mongoose&amp;rev=1673515089&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:multer&amp;rev=1673515089&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:nodemon&amp;rev=1673515089&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:uuid&amp;rev=1673515089&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dokuwiki.webmastermsk.ru/lib/tpl/dokuwiki/images/favicon.ico">
        <title></title>
        <link>https://dokuwiki.webmastermsk.ru/</link>
        <url>https://dokuwiki.webmastermsk.ru/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:compression&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:compression</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:compression&amp;rev=1673515089&amp;do=diff</link>
        <description>compression

[NPM Version] [NPM Downloads] [Build Status] [Test Coverage]

Node.js compression middleware.

The following compression codings are supported:

	*  deflate
	*  gzip

Install

This is a Node.js module available through the npm registry. Installation is done using the npm install command:


$ npm install compression


API


var compression = require('compression')</description>
    </item>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:connect-flash&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:connect-flash</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:connect-flash&amp;rev=1673515089&amp;do=diff</link>
        <description>connect-flash (Вывод ошибок)

серверные сообщения, которые отображаются только один раз

The flash is a special area of the session used for storing messages. Messages are written to the flash and cleared after being displayed to the user. The flash is typically used in combination with redirects, ensuring that the message is available to the next page that is to be rendered.</description>
    </item>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:csurf&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:csurf</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:csurf&amp;rev=1673515089&amp;do=diff</link>
        <description>csurf (Добавить токен в формы)

csurf программное обеспечение csurf предназначено для отклонения запросов, содержащих полезную нагрузку (например, параметры тела), если у него нет действительного токена. Вот как вы бы это использовали:</description>
    </item>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:express&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:express</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:express&amp;rev=1673515089&amp;do=diff</link>
        <description>[Express Logo]

Fast, unopinionated, minimalist web framework for node.

[NPM Version] [NPM Downloads] [Linux Build] [Windows Build] [Test Coverage]


const express = require('express')

const app = express()

app.get('/', function (req, res) {

  res.send('Hello World')

})

app.listen(3000)


Installation

This is a Node.js module available through the</description>
    </item>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:helmet&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:helmet</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:helmet&amp;rev=1673515089&amp;do=diff</link>
        <description>Helmet (Защита заголовков в запросах, отдает левые заголовки)


npm install helmet


helmet помогает защитить ваши приложения Express, устанавливая различные заголовки HTTP</description>
    </item>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:mongoose&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:mongoose</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:mongoose&amp;rev=1673515089&amp;do=diff</link>
        <description>Mongoose

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Mongoose supports both promises and callbacks.

[Slack Status] [Build Status] [NPM version]

[npm]

Documentation

The official documentation website is mongoosejs.com.

Mongoose 5.0.0 was released on January 17, 2018. You can find more details on</description>
    </item>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:multer&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:multer</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:multer&amp;rev=1673515089&amp;do=diff</link>
        <description>Multer (загрузка файлов из формы)

Multer — это middleware для фреймворка express для обработки multipart/form-data, нужная в первую очередь при загрузке файлов. Написана как обертка над</description>
    </item>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:nodemon&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:nodemon</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:nodemon&amp;rev=1673515089&amp;do=diff</link>
        <description>nodemon (Скрипты автоматом перезагружаются)

nodemon - это инструмент, который помогает разрабатывать приложения на основе node.js путем автоматического перезапуска приложения node при обнаружении изменений файлов в каталоге.</description>
    </item>
    <item rdf:about="https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:uuid&amp;rev=1673515089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-12T09:18:09+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodejs:biblioteki:uuid</title>
        <link>https://dokuwiki.webmastermsk.ru/doku.php?id=nodejs:biblioteki:uuid&amp;rev=1673515089&amp;do=diff</link>
        <description>uuid

Для создания RFC4122 UUIDs

	*  Complete - Поддержка RFC4122 версий 1, 3, 4 и 5 UUID
	*  Cross-platform - Поддержка для ...
		*  CommonJS,  и 
		*  Node 8, 10, 12, 14
		*  Chrome, Safari, Firefox, Edge, IE 11 browsers</description>
    </item>
</rdf:RDF>
