mj7007's Forum Posts

  • 2 posts
  • Hello,

    I have a external game server running on port 8000. Can I connect to that port and communicate with the server using socket.io plugin.

    I have installed node.js and socket.io Then what shall I do next to do this?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hey,

    I'm going to implement a multiplayer game in C2. So, when I'm going to install socket.io plugin, I faced lots of problems. I will be grateful if anyone can help me out to sort out this problem.

    This is what I have done so far.

    1. I downloaded nodejs setup from code.google website and install it and the npm command is running well in CMD

    2. Then I created a folder called "node-modules" in my C drive and paste the content of socket-io-mod.zip file in that folder.

    3. Then I go to that directory in my CMD and run "npm install socket.io.js"

    It says npm ERROR TypeError: Object.keys called on non-object]

    Please Help !!!

  • 2 posts