leaf37 Posted February 27, 2015 Share Posted February 27, 2015 I got some questions about some tools because I just know little about the net and always design some local game. - -My question is I have a tomcat server and I can run any HTML5 demos , recently I have known a powerful tool :nodejs.But I don't know whether I must use this , because I can run my game in my server,isn't it enough? Link to comment Share on other sites More sharing options...
ZeroGravity Posted February 27, 2015 Share Posted February 27, 2015 You dont need nodejs, unless you plan to do something with it (simple as that) - use tools which you know, that way your projects finish some day. I use nodejs for my project for server side communication with websockets, but if I wouldn't need realtime server communication, I would rather use apache+php (because I know them better for backend). So my recommendation is use tools which you know. leaf37 1 Link to comment Share on other sites More sharing options...
leaf37 Posted February 28, 2015 Author Share Posted February 28, 2015 thank you~!!! Link to comment Share on other sites More sharing options...
Recommended Posts