I\'ve been playing around with node.js (nodejs) for the past few day and it is fantastic. As far as I can tell, lua doesn\'t have a similar integration of libev and libio which let\'s one avoid almost
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I would like to start using Cassandra with a node.js deployment, but I can\'t find a Thrift or Cassandra client for Node.js and/or JavaScript.
I don\'t understand what problem these frameworks solve.Are they replacements for a HTTP server like Apache HTTPD, Tomcat, Mongrel, etc?Or are they more?Why might I use them... some real world example
I\'m trying to setup my own nodejs server, but I\'m having a problem. I can\'t figure out how to see changes to my application without restarting it.开发者_开发技巧 Is there a way to edit the applicat
This may seem like seem like a bit of a weird/uncommon request but I am trying to fi开发者_运维问答nd out if it is possible. I would like to add to the language syntax in Netbeans or Eclipse easily wi
How would you go to create a streaming API with Node? just like the Twitter streaming API. What I want to do ultimately is get the first update from the FriendFeed api, and stream when a new one beco
How do I create a non-blocking asynchronous function? Below is what I\'m trying to achieve but my program is still blocking...
I\'m trying to close a socket after a connection times out after 1000ms. I am able to set a timeout that gets triggered after a 1000ms but I can\'t seem to destroy the socket... any ideas?
I am amazed by the architectural design of Node.js and was wondering if C# is capable of such a design: