回答編集履歴
1
追記
answer
CHANGED
@@ -5,4 +5,4 @@
|
|
5
5
|
個人的には通信頻度の問題はありますが、`HTTP`または`WebSocket`でやり取りすることをお勧めしています。
|
6
6
|
|
7
7
|
C#側 `HttpClient`クラスを使用
|
8
|
-
Python側 [http.server](https://docs.python.jp/3/library/http.server.html)を使用。
|
8
|
+
Python側 [http.server](https://docs.python.jp/3/library/http.server.html)もしくはWebフレームワークを使用。
|