<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://178.140.10.58:8080/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="http://178.140.10.58:8080/feed.php">
        <title>Библиотека знаний - frameworks:express</title>
        <description>Заметки IT программиста</description>
        <link>http://178.140.10.58:8080/</link>
        <image rdf:resource="http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-17T12:20:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://178.140.10.58:8080/doku.php?id=frameworks:express:upgrade.3.4"/>
                <rdf:li rdf:resource="http://178.140.10.58:8080/doku.php?id=frameworks:express:ver3"/>
                <rdf:li rdf:resource="http://178.140.10.58:8080/doku.php?id=frameworks:express:ver4"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Библиотека знаний</title>
        <link>http://178.140.10.58:8080/</link>
        <url>http://178.140.10.58:8080/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://178.140.10.58:8080/doku.php?id=frameworks:express:upgrade.3.4">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-04T20:51:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Express updete from 3 to 4</title>
        <link>http://178.140.10.58:8080/doku.php?id=frameworks:express:upgrade.3.4</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;express_updete_from_3_to_4&quot;&gt;Express updete from 3 to 4&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://scotch.io/bar-talk/expressjs-4-0-new-features-and-upgrading-from-3-0&quot; class=&quot;urlextern&quot; title=&quot;http://scotch.io/bar-talk/expressjs-4-0-new-features-and-upgrading-from-3-0&quot; rel=&quot;ugc nofollow&quot;&gt;http://scotch.io/bar-talk/expressjs-4-0-new-features-and-upgrading-from-3-0&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://stackoverflow.com/questions/22426861/updated-application-from-express-3-to-express-4-now-req-files-is-returning-unde&quot; class=&quot;urlextern&quot; title=&quot;http://stackoverflow.com/questions/22426861/updated-application-from-express-3-to-express-4-now-req-files-is-returning-unde&quot; rel=&quot;ugc nofollow&quot;&gt;http://stackoverflow.com/questions/22426861/updated-application-from-express-3-to-express-4-now-req-files-is-returning-unde&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/div&gt;
</description>
    </item>
    <item rdf:about="http://178.140.10.58:8080/doku.php?id=frameworks:express:ver3">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-04T22:15:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Express версия 3</title>
        <link>http://178.140.10.58:8080/doku.php?id=frameworks:express:ver3</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;express_версия_3&quot;&gt;Express версия 3&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://expressjs.com/3x/api.html&quot; class=&quot;urlextern&quot; title=&quot;http://expressjs.com/3x/api.html&quot; rel=&quot;ugc nofollow&quot;&gt;http://expressjs.com/3x/api.html&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;https://github.com/visionmedia/express/tree/3.x&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/visionmedia/express/tree/3.x&quot; rel=&quot;ugc nofollow&quot;&gt;https://github.com/visionmedia/express/tree/3.x&lt;/a&gt; (GIT)
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;pre class=&quot;code php&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;var&lt;/span&gt; express &lt;span class=&quot;sy0&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;require&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;&#039;express&#039;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;kw2&quot;&gt;var&lt;/span&gt; app &lt;span class=&quot;sy0&quot;&gt;=&lt;/span&gt; express&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&amp;nbsp;
app&lt;span class=&quot;sy0&quot;&gt;.&lt;/span&gt;get&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;&#039;/&#039;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;kw2&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;req&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; res&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#123;&lt;/span&gt;
  res&lt;span class=&quot;sy0&quot;&gt;.&lt;/span&gt;send&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;&#039;hello world&#039;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;br0&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&amp;nbsp;
app&lt;span class=&quot;sy0&quot;&gt;.&lt;/span&gt;listen&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;nu0&quot;&gt;3000&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Express \u0432\u0435\u0440\u0441\u0438\u044f 3&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;express_\u0432\u0435\u0440\u0441\u0438\u044f_3&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-293&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;документация_api&quot;&gt;Документация/API&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://jsman.ru/express/&quot; class=&quot;urlextern&quot; title=&quot;http://jsman.ru/express/&quot; rel=&quot;ugc nofollow&quot;&gt;http://jsman.ru/express/&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f\/API&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f_api&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;294-365&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;статьи&quot;&gt;Статьи&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://habrahabr.ru/post/207930/&quot; class=&quot;urlextern&quot; title=&quot;http://habrahabr.ru/post/207930/&quot; rel=&quot;ugc nofollow&quot;&gt;http://habrahabr.ru/post/207930/&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://navidoo.ru/f/335918&quot; class=&quot;urlextern&quot; title=&quot;http://navidoo.ru/f/335918&quot; rel=&quot;ugc nofollow&quot;&gt;http://navidoo.ru/f/335918&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://www.itlessons.info/nodejs/auth-with-express-and-passportjs/&quot; class=&quot;urlextern&quot; title=&quot;http://www.itlessons.info/nodejs/auth-with-express-and-passportjs/&quot; rel=&quot;ugc nofollow&quot;&gt;http://www.itlessons.info/nodejs/auth-with-express-and-passportjs/&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://habrahabr.ru/post/213931/&quot; class=&quot;urlextern&quot; title=&quot;http://habrahabr.ru/post/213931/&quot; rel=&quot;ugc nofollow&quot;&gt;http://habrahabr.ru/post/213931/&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;\u0421\u0442\u0430\u0442\u044c\u0438&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;\u0441\u0442\u0430\u0442\u044c\u0438&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;366-&amp;quot;} --&gt;</description>
    </item>
    <item rdf:about="http://178.140.10.58:8080/doku.php?id=frameworks:express:ver4">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-04T20:42:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Express версия 4</title>
        <link>http://178.140.10.58:8080/doku.php?id=frameworks:express:ver4</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;express_версия_4&quot;&gt;Express версия 4&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://expressjs.com/4x/api.html&quot; class=&quot;urlextern&quot; title=&quot;http://expressjs.com/4x/api.html&quot; rel=&quot;ugc nofollow&quot;&gt;http://expressjs.com/4x/api.html&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;https://github.com/visionmedia/express/tree/master&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/visionmedia/express/tree/master&quot; rel=&quot;ugc nofollow&quot;&gt;https://github.com/visionmedia/express/tree/master&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;pre class=&quot;code php&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;var&lt;/span&gt; express &lt;span class=&quot;sy0&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;require&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;&#039;express&#039;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;kw2&quot;&gt;var&lt;/span&gt; app &lt;span class=&quot;sy0&quot;&gt;=&lt;/span&gt; express&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&amp;nbsp;
app&lt;span class=&quot;sy0&quot;&gt;.&lt;/span&gt;get&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;&#039;/&#039;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;kw2&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;req&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; res&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#123;&lt;/span&gt;
  res&lt;span class=&quot;sy0&quot;&gt;.&lt;/span&gt;send&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;&#039;hello world&#039;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;br0&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;
&amp;nbsp;
app&lt;span class=&quot;sy0&quot;&gt;.&lt;/span&gt;listen&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;nu0&quot;&gt;3000&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Express \u0432\u0435\u0440\u0441\u0438\u044f 4&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;express_\u0432\u0435\u0440\u0441\u0438\u044f_4&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-290&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;документация_api&quot;&gt;Документация/API&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://expressjs.com/4x/api.html&quot; class=&quot;urlextern&quot; title=&quot;http://expressjs.com/4x/api.html&quot; rel=&quot;ugc nofollow&quot;&gt;http://expressjs.com/4x/api.html&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://expressjs.com/guide.html&quot; class=&quot;urlextern&quot; title=&quot;http://expressjs.com/guide.html&quot; rel=&quot;ugc nofollow&quot;&gt;http://expressjs.com/guide.html&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f\/API&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f_api&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;291-406&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;статьи&quot;&gt;Статьи&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 &lt;a href=&quot;http://toster.ru/q/64180&quot; class=&quot;urlextern&quot; title=&quot;http://toster.ru/q/64180&quot; rel=&quot;ugc nofollow&quot;&gt;http://toster.ru/q/64180&lt;/a&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;\u0421\u0442\u0430\u0442\u044c\u0438&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;\u0441\u0442\u0430\u0442\u044c\u0438&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;407-&amp;quot;} --&gt;</description>
    </item>
</rdf:RDF>
