I have 2 applications running on the same machine: node.js app running on po开发者_StackOverflow社区rt 15000
What is the easier way to do a full text sea开发者_Python百科rch with mongoose? Mongoose is an \"ORM\" for MongoDB. MongoDB has some docs on full text search. However, MongoDB is not designed to be us
I want to encrypt some data in a ruby app and then decode it in a nodejs app. I have been trying to get this to work and now I am just trying to encrypt the same piece of data in both languages to get
I have 3 node.js application (A, B, C). A is an entry point and I like all the request that gets to this entry point to be redirected toward B or C (depending upon the value of a parameter in the requ
I need to use RabbitMQ to publish and subscribe to queues in Node.j开发者_如何学Cs I already done it in Ruby but I need to do the work in Node.js and I don\'t find any resource.
I have a problem \"too many ) on line 开发者_运维百科21\" I can\'t compile this Coffee Script Code into Node.js
I have an internal loop for each socket: if (!chat.room.list[hash]) { // room has expired socket.leave(hash);
I\'m working on a few Node.js projects where Amazon S3 buckets will be set up for each user who creates an account. I wanting to limit the total size of what a user can use.
Hello I\'m trying to use some javascript built in functions inside jade but I get an error. Here is the code:
I wanted to use for each ... in with Node.js (v0.4.11). I use it like this: var conf = { index: { path: {