Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Node.js でデーモンを作成し、別の言語を使用して外部 GUI (おそらく Python) を記述したいと考えています。それらの間の通信には何を使用すればよいですか?
node.js デーモンで web サーバーに組み込まれた node.js を使用して web サービスを実行できるかどうかをお勧めします。これにより、http を介して通信し、REST スタイルのソフトウェア アーキテクチャを使用できます。