<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kunie_zing</author_name>
  <author_url>https://blog.hatena.ne.jp/kunie_zing/</author_url>
  <blog_title>web屋の備忘録</blog_title>
  <blog_url>https://zing.hatenadiary.jp/</blog_url>
  <categories>
    <anon>websocket</anon>
  </categories>
  <description>サーバーにnode.jsをインストールしましたので、wssプロトコルを使用したwebsocketサーバーとクライアントを構築してみました。ただしクライアントは送信側と受信側をそれぞれ別々のページにします。なんのことはない、ただ1ページで行なっていた作業を送信側と受信側の2ページに分けるだけのことです。以下はイメージ図です。 websocketサーバー with wssプロトコル var fs = require('fs'); var ws = require('websocket.io'); var https = require('https'); var port = 8080; var …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzing.hatenadiary.jp%2Fentry%2F2014%2F08%2F25%2F225228&quot; title=&quot;wssプロトコルを使用したwebsocketサーバーを構築してみる。 - web屋の備忘録&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>http://cdn-ak.f.st-hatena.com/images/fotolife/k/kunie_zing/20140824/20140824232539.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-08-25 22:52:28</published>
  <title>wssプロトコルを使用したwebsocketサーバーを構築してみる。</title>
  <type>rich</type>
  <url>https://zing.hatenadiary.jp/entry/2014/08/25/225228</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
