Search found 7 matches
- Sat Jun 09, 2012 2:31 pm
- Forum: Advanced Help and Support
- Topic: Problem with node, socket.io and my server
- Replies: -1
- Views: 3194
Re: Problem with node, socket.io and my server
Everything should be good with the ports forwarding because I can acces remotly to web-socket server and wamp server. The js error when I open my game in another computer says: cannot load ressources... You can try if you want I let my server online for a while: http://31.31.57.135:8085/gameProject/...
- Fri Jun 08, 2012 6:43 am
- Forum: Advanced Help and Support
- Topic: Problem with node, socket.io and my server
- Replies: -1
- Views: 3194
Re: Problem with node, socket.io and my server
@Ark Nothing happens in the console when a new player try to connnect.... I need to check the JS error on chrome, that's a good idea. @Chris I forwarded the both port but I didn't try to use the same port for web-socket and my wamp server but I heard that i could be a problem to use the same port bu...
- Tue Jun 05, 2012 1:18 pm
- Forum: Say Hello
- Topic: Talismar (Switzerland)
- Replies: -1
- Views: 1312
Talismar (Switzerland)
Hello all, A few days ago I discovered greats Youtube tutorials about nodejs and socket.io and I also of course discovered this forum which seems really interesting. About myself: I am 22 years old and I live in Switzerland, I studied for 2 years in an electronics school and then I studied 4 years i...
- Tue Jun 05, 2012 12:35 pm
- Forum: Advanced Help and Support
- Topic: Problem with node, socket.io and my server
- Replies: -1
- Views: 3194
Re: Problem with node, socket.io and my server
I can try but even if I didn't close the console after running the js script it doesn't work.
It strange because on my computer I am able to open two browser (using the external IP of my server) and see 2 players in the game.
It strange because on my computer I am able to open two browser (using the external IP of my server) and see 2 players in the game.
- Tue Jun 05, 2012 9:46 am
- Forum: Advanced Help and Support
- Topic: Problem with node, socket.io and my server
- Replies: -1
- Views: 3194
Re: Problem with node, socket.io and my server
Otherwise what can we use to create an online multiplayer game (real time) ?
I always find topics about nodejs but there certainly are other was to do it ? no ?
I always find topics about nodejs but there certainly are other was to do it ? no ?
- Tue Jun 05, 2012 6:36 am
- Forum: Advanced Help and Support
- Topic: Problem with node, socket.io and my server
- Replies: -1
- Views: 3194
Re: Problem with node, socket.io and my server
Well... Nobody tried to use node and socket.io in "online mode" ?
I am so sad... I will throw my project away again because I don't see the interest to be able to play my game in local mode only ^^
I am so sad... I will throw my project away again because I don't see the interest to be able to play my game in local mode only ^^
- Thu May 31, 2012 6:34 pm
- Forum: Advanced Help and Support
- Topic: Problem with node, socket.io and my server
- Replies: -1
- Views: 3194
Problem with node, socket.io and my server
Hi everybody, Let me try to explain my problem: Three day ago I decided to create a multiplayer game in html5. I downloaded nodejs, socket.io, watched the excellent tutorial from hallsofvallhalla on youtube and began to devellop a little square who moves with the arrows keys. Now everythin works loc...