socket.ioをherokuで動かす時の注意メモ
heroku --verion : heroku-toolbelt/3.9.6 (x86_64-darwin10.8.0) ruby/1.9.3
node -v : v0.10.30
npm -v : 1.4.21
express --version : 4.2.0
socket通信のところで上手く挙動ができていないと思ったらコンソールに以下のエラーを吐いていました。
意味不明だったのでおもむろに検索をかけてみるとヒットしたのが以下の記事
問題はindex.ejsの中で
var socket = io.connect('http://localhost:3000');
ともろにlocalhostと書いてしまっていたのが原因でした。
「It's a stupid error」
まさにその通り・・・
Author And Source
この問題について(socket.ioをherokuで動かす時の注意メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/junichi_k_sfc/items/c02337cdf1e3aaa0b3e3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .