4646 }
4747 } ,
4848 "mainEntityOfPage" : {
49- "@type" : "TechArticle " ,
49+ "@type" : "WebPage " ,
5050 "@id" : "https://socket-manager.github.io/document/runtime-manager/new-project.html"
5151 } ,
5252 "url" : "https://socket-manager.github.io/document/runtime-manager/new-project.html" ,
@@ -255,7 +255,7 @@ <h2 class="subtitle">インストール</h2>
255255 < pre color-change ="command " aria-label ="Usage表示 ">
256256> php worker
257257
258- SOCKET-MANAGER Framework 1.16.0
258+ SOCKET-MANAGER Framework 1.X.X
259259
260260Usage:
261261 command [arguments]
@@ -275,6 +275,10 @@ <h2 class="subtitle">インストール</h2>
275275 runtime:parameter <UNITパラメータクラス名> UNITパラメータクラスの生成
276276 runtime:units < ランタイムUNIT定義のクラス名> ランタイムUNIT定義のクラスとキュー/ステータス名Enumの生成
277277 runtime:main < メイン処理のクラス名> メイン処理クラスの生成
278+ simple
279+ simple:tcp-server < メイン処理のクラス名> TCPサーバー用メイン処理クラスの生成
280+ simple:tcp-client < メイン処理のクラス名> TCPクライアント用メイン処理クラスの生成
281+ simple:udp < メイン処理のクラス名> UDP通信用メイン処理クラスの生成
278282 </ pre >
279283
280284 ※< code > laravel:command</ code > コマンドに関してはLaravel環境でしか表示されません。< br /> < br />
@@ -295,7 +299,7 @@ <h2 class="subtitle">インストール</h2>
295299 < pre color-change ="command " aria-label ="Usage表示 ">
296300> php worker
297301
298- SOCKET-MANAGER Framework 1.16.0
302+ SOCKET-MANAGER Framework 1.X.X
299303
300304Usage:
301305 command [arguments]
@@ -315,6 +319,10 @@ <h2 class="subtitle">インストール</h2>
315319 runtime:parameter <UNITパラメータクラス名> UNITパラメータクラスの生成
316320 runtime:units < ランタイムUNIT定義のクラス名> ランタイムUNIT定義のクラスとキュー/ステータス名Enumの生成
317321 runtime:main < メイン処理のクラス名> メイン処理クラスの生成
322+ simple
323+ simple:tcp-server < メイン処理のクラス名> TCPサーバー用メイン処理クラスの生成
324+ simple:tcp-client < メイン処理のクラス名> TCPクライアント用メイン処理クラスの生成
325+ simple:udp < メイン処理のクラス名> UDP通信用メイン処理クラスの生成
318326 </ pre > < br />
319327
320328 アプリ名< code > main-for-test</ code > という名前で登録されている事が確認できれば正常にインストールされています。< br />
0 commit comments