Noobhub - Free Opensource Multiplayer And Network Messaging For Coronasdk

Hi @yuvallahav. Welcome to the Corona Labs forums. These forums are for Corona SDK, Corona Enterprise and CoronaCards customers. While some of our members have a Flash background, this forum isn’t likely going to be of much help. You might be better asking this question on Noobhub’s site or a Flash developer site somewhere.

Rob

Hi I review this topic and somewhere on the bottom some use openshift to use as a server and it happen to me too I couldn’t get the client to connect, the thing was in http protocol you need to use the port 8000 “noobhub.new({ server = “your-site.com”; port = 8000; });” It is working but another problem show up "ping sent

Apr 10 13:41:48.695 Noobhub publish error: closed  sent 0 bytes

Apr 10 13:41:48.695 Noobhub: attempt to reconnect…" if anyone knows how to resolve it will be cool.

My code

One client see other in different position, as it is. How can i fix it?

Is there a NoobHub client for Unity3D (c#)?

Thank you.

Hi @fz2902. These forums are for Corona Labs products like Corona SDK, Corona Enterprise and CoronaCards. You probably would find better answers by going to the source.

We would encourage you to check out Corona SDK if you’re doing 2D games or business/utility apps.

Rob

stupid question. Do I have to run the server on a real ‘server’? When I tried on my localhost (command line in win10), it doesn’t show anything and returned. Also, the command I run is node node.js rather than nodejs node.js. Is it because my nodejs is new?

Yeah, on newest node command to run is ‘nodejs’. Strange that there’s no output, try running ‘nodejs --version’ to see if your node even works.

And  yeah, you’ll need a server when you’re launching in production. For development localhost is fine.

Hi Overtorment . Thx for ur reply. I run node node.js with my PC local host and it just doesn’t show anything in the command window (jump to a new "c:\”). Nodejs node.js does not work since there is only node.exe in the node installation folder.

Hello @overtorment , is there anyway that I can keep track the messages sent by my users?

@cgpiao1 that’s easy, you can put logging into server code

My code

One client see other in different position, as it is. How can i fix it?

Is there a NoobHub client for Unity3D (c#)?

Thank you.

Hi @fz2902. These forums are for Corona Labs products like Corona SDK, Corona Enterprise and CoronaCards. You probably would find better answers by going to the source.

We would encourage you to check out Corona SDK if you’re doing 2D games or business/utility apps.

Rob

Hello @overtorment , is there anyway that I can keep track the messages sent by my users?

@cgpiao1 that’s easy, you can put logging into server code