I made my game in unity witch use websockets and socket.io.Server.js looks like this:var io = require('socket.io')({ transports: ['websocket'], }); io.attach(4567); ...etc. And its working fine on my computer, but not on dedicated server. I installed: Node, npm socket.io and npm websockets on ubuntu (digital ocean). And its running on 139.59.215.170 but unity wont get any data :(Unity connects on this way: ws://139.59.215.170:4567/....
Submitted January 02, 2017 at 07:29AM by dedaloodak
No comments:
Post a Comment