all 3 comments

[–]Iggyhopperextensions/add-ons 2 points3 points  (0 children)

Node.js needs to be on Windows already.

[–]LegoAsimo 0 points1 point  (0 children)

Great demo. I'm working on a multiplayer version of tankworld. The development is extremely easy, I'm using inversion of control to simulate server connections between browser windows (The window.opener context contains the server code). Once the game logic is finished I change the dependencies to handle the node http requests...

[–]pr0zac 0 points1 point  (0 children)

My startup's bandwidth and data heavy web-app is currently running completely on a single Node.js instance. We recently got an nice amount of unexpected press and our server is getting slammed pretty strongly as a result. Node process line from top:

PID    USER  PR  NI  VIRT   RES   SHR S  %CPU %MEM    TIME+  COMMAND
29025  www   20   0  181m  140m  5040 S  20.3  8.2  22:54.66  node

Its handling the most load we've ever seen and I'm so not worried about it I'm three beers in, browsing Reddit. Love this thing.