Node.js on via DynDNS

Posted by Azincourt on Server Fault See other posts from Server Fault or by Azincourt
Published on 2012-11-21T16:49:30Z Indexed on 2012/11/21 17:01 UTC
Read the original article Hit count: 469

Filed under:
|
|

I have never used Node.js but since I am developing a browsergame that needs (almost) "realtime" communication, I am planning on using Node.js for this.

To get started, I wanted to use a home server (normal computer) that is conntected to a dynamic IP via DynDNS.

Are there the disadvantages using such a setting?

What is the best way in combination with Node.js to store game status for a online game session?

© Server Fault or respective owner

Related posts about webserver

Related posts about node.js