I\'m trying to publish messages to RabbitMQ, from a Ruby script (using Bunny) and consume them from a node.js server (using node-amqp).
I\'m trying to get a node.js server to send css files. I\'m modifying this server here: http://github.com/LearnBoost/Socket.IO-node/blob/master/test/server.js
I wanted to add user search auto-complete (like Facebook\'s) to my Rails app on Heroku, and I chose to write it in Node.js because of the concurrency requirements. The search first pulls a user\'s fri
(I only need functionality in Chrome) Context: I\'m hacking together a node.js script that automatically watches the files it serves for changes and then uses a websocket connection to push a message
I have a machine running node.js (v0.1.32) with a tcp server (tcp.createServer) and a http server (http.createServer开发者_如何学运维). The http server is hit by long polling requests (lasting 50 sec
I am creating a small application with a JavaScript client (run in the browser) and a Node.js server, communicating using WebSocket.
I\'m not looking for a definition of what it is, but I\'m interested in knowing what types of applications people are ( or plan to ) u开发者_高级运维se it for.I think that one of the most common use c
So I\'m installing node.js on amazon ec2 with ubuntu 8.04, and and have run node sayhello.js which is this code:
I\'m looking for libraries that parse html pages ( with some leniency, not strict xml parsers ). Can anyone recommend any?
Not even sure if it would easily work but for an upcoming project I may need to set up a web sockets only server, it would not have a database, memcache or even serve static 开发者_如何转开发files, al