<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>castaneai</author_name>
  <author_url>https://blog.hatena.ne.jp/castaneai/</author_url>
  <blog_title>castaneaiのブログ</blog_title>
  <blog_url>https://castaneai.hatenablog.com/</blog_url>
  <categories>
    <anon>gcp</anon>
    <anon>google app engine</anon>
    <anon>nodejs</anon>
  </categories>
  <description>何もない状態から AppEngine にデプロイするまでの流れ npm init npm install --save express vim app.js # 簡単な express のサンプル書く echo 'runtime: nodejs8' &gt; app.yaml gcloud app deploy これだけで Hello, World できた！すごいはやい！シンプル！ 書くまでもなさそうだけど、app.js の中身はこちら const express = require('express'); const app = express(); app.get('/', (req, res)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcastaneai.hatenablog.com%2Fentry%2F2018%2F07%2F04%2F220955&quot; title=&quot;Node.js Standard on Google App Engine はじめて触った - castaneaiのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-07-04 22:09:55</published>
  <title>Node.js Standard on Google App Engine はじめて触った</title>
  <type>rich</type>
  <url>https://castaneai.hatenablog.com/entry/2018/07/04/220955</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
