<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techwiki.u-ff.com/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://techwiki.u-ff.com/feed.php">
        <title>技術wiki javascript</title>
        <description></description>
        <link>https://techwiki.u-ff.com/</link>
        <image rdf:resource="https://techwiki.u-ff.com/_media/wiki/favicon.ico" />
       <dc:date>2026-04-13T22:06:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techwiki.u-ff.com/javascript/express"/>
                <rdf:li rdf:resource="https://techwiki.u-ff.com/javascript/gatsby"/>
                <rdf:li rdf:resource="https://techwiki.u-ff.com/javascript/nodejs"/>
                <rdf:li rdf:resource="https://techwiki.u-ff.com/javascript/puppeteer"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techwiki.u-ff.com/_media/wiki/favicon.ico">
        <title>技術wiki</title>
        <link>https://techwiki.u-ff.com/</link>
        <url>https://techwiki.u-ff.com/_media/wiki/favicon.ico</url>
    </image>
    <item rdf:about="https://techwiki.u-ff.com/javascript/express">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-22T16:58:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Express.js</title>
        <link>https://techwiki.u-ff.com/javascript/express</link>
        <description>Express.js

Express.jsとは、Node.jsで動くWebアプリケーションフレームワーク。

express-generatorをインストール


npm install express -g
npm install express-generator -g


express本体とexpress-generatorをインストール。</description>
    </item>
    <item rdf:about="https://techwiki.u-ff.com/javascript/gatsby">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-05T17:24:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Gatsby.js</title>
        <link>https://techwiki.u-ff.com/javascript/gatsby</link>
        <description>Gatsby.js

Gatsby.jsのプロジェクトを作成する方法


gatsby new xxx https://github.com/gatsbyjs/gatsby-starter-blog


xxxという名前のプロジェクトを作成。
（xxxというディレクトリが作成される）

スターター</description>
    </item>
    <item rdf:about="https://techwiki.u-ff.com/javascript/nodejs">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-22T08:51:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Node.js</title>
        <link>https://techwiki.u-ff.com/javascript/nodejs</link>
        <description>Node.js

Node.js公式

Node.jsとは、JavaScriptをサーバーサイドで実行するためのJavaScript実行環境。

Express.jsなどのフレームワークを使ってアプリを開発する。

Node.js・React.jsのプロジェクトをデプロイする方法</description>
    </item>
    <item rdf:about="https://techwiki.u-ff.com/javascript/puppeteer">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-03T18:50:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>puppeteer</title>
        <link>https://techwiki.u-ff.com/javascript/puppeteer</link>
        <description>puppeteer

Node.jsで動くJavaScriptベースのChromiumブラウザ操作モジュール。

puppeteerの読みはパペティア。
意味は人形遣い。

Herokuにpuppeteerをデプロイする方法

Express.jsフレームワークで、puppeteerを使用している場合の、Herokuへのデプロイ方法を解説。</description>
    </item>
</rdf:RDF>
