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.
Socketio Web サイトは、ソケット エミュレーションのバックエンドとして node.js を使用しています。
Websocket を使用するためにそのファイルは必要ありません。
あなたが使用することができます
ws = new WebSocket('ws://localhost:8888/ws'); ws.onopen = function (str) { console.log("Someone sent: ", str); };
node.js から Tornado に切り替えたときも同じ疑問がありました。
それが役に立てば幸い