Skip to content

Commit 7c8681a

Browse files
v1.0.4 Release
React版のチャットクライアントを追加したことにより「フレームワークのご紹介」ページの「クライアント(ブラウザ)の準備」の項目を修正しました。
1 parent b54a165 commit 7c8681a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

img/extra/react-chat.gif

9.48 MB
Loading

index.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,13 @@ <h3 class="underline">サーバーサイドの準備</h3>
176176

177177
<h3 class="underline">クライアント(ブラウザ)の準備</h3>
178178

179-
インストールしたプロジェクトには以下のディレクトリにブラウザ版のクライアントファイルを同梱していますのでこちらを使います<br />
179+
インストールしたプロジェクトには以下のディレクトリにjQuery/React版のHTMLファイルが入っていますのでお好きな方をブラウザにドラッグ&ドロップしてください(Webサーバーを起動する必要はありません)<br />
180180

181181
<span>クライアントのファイル</span>
182182
<pre>
183-
/app
184-
/client
185-
chat.html
186-
</pre><br/>
187-
188-
あとはchat.htmlをブラウザへドラッグ&ドロップすれば完了です。<br /><br />
189-
190-
※クライアントからはWebsocketサーバーへ直接繋ぎにいくのでWebサーバーを立ち上げる必要はありません。<br /><br />
183+
/app/client/jquery/chat.html(jQuery版)
184+
/app/client/react/chat.html(React版)
185+
</pre><br />
191186

192187
<h3 class="underline">クライアント(マインクラフト)の準備</h3>
193188

0 commit comments

Comments
 (0)