Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9360

Node.js 別端末から接続する

$
0
0
目的 これまでlocalhostでしか開いていなかったので他の端末からも接続出来るかを実験する。 0.0.0.0で待ち受けることで他の端末からもIPアドレス経由で接続可能となる。 サーバー側 server.js const http = require('http')...

Viewing all articles
Browse latest Browse all 9360

Trending Articles