Node.js is an event based, asynchronous I/O framework that uses Google's V8 JavaScript engine. Node.js is commonly used for heavy client-server JavaScript applications. NOTE: Please read the Tag-Wiki before asking questions.

learn more… | top users | synonyms (1)

262
votes
16answers
48k views

How do I get started with Node.js

Are there any good resources to get started with Node.JS? Any good tutorials, blogs or books? Of course, I have visited http://nodejs.org/, but I didn't think the documentation they have is a good ...
205
votes
10answers
33k views

What is node.js?

I don't fully get what node.js is all about. Maybe it's because I am mainly a web based business app developer. Can someone please explain what it is and the use of it? Thanks. My understanding so ...
137
votes
14answers
33k views

Where can I host a Node.js app?

I am trying to experiment with Node.js. Since it needs the V8 engine, can I run a Node.js app on any of the free cloud hosting providers: AppEngine or Heroku? If not, then what is the standard way ...
89
votes
4answers
17k views

What is the Haskell response to Node.js?

I believe the Erlang community is not envious of Node.js as it does non-blocking I/O natively and has ways to scale deployments easily to more than one processor (something not even built-in in ...
89
votes
19answers
24k views

Is there a template engine for Node.js?

I'm kind of falling in love with Node.js not because you write app code in javascript but because of its performance. I really don't care a lot about how beautiful a server side language might be ...
87
votes
4answers
7k views

How to decide when to use NodeJS?

I am a n00b in this kind of stuff but lately I've been hearing a lot about how good NodeJS is. Considering how much I love working with jQuery and Javascript in general, I can't help but wonder how to ...
82
votes
5answers
17k views

Choosing a web application framework (using Node.js)

I've recently "discovered" Node.js, and after I was finished having my mind blown, I started looking for a web application framework like Django or Codeigniter that uses Node.js. The main reasons I ...
80
votes
5answers
21k views

How to debug node.js applications

How do I debug a node.js server application? Right now I'm mostly using alert debugging with print statements like this: sys.puts(sys.inspect(someVariable)); There must be a better way to debug. I ...
80
votes
7answers
27k views

Can I use jQuery with node.js?

Is it possible to use jQuery selectors/dom manipulation server-side using node.js?
56
votes
5answers
18k views

user authentication libraries for node.js?

Are there any existing user authentication libraries for node.js? In particular I'm looking for something that can do password authentication for a user (using a custom backend auth DB), and associate ...
55
votes
10answers
20k views

node.js database

I'm looking for a database to pair with a node.js app. I'm assuming a json/nosql db would be preferable to a relational db [I can do without any json/sql impedence mismatch]. Considering couchdb ...
54
votes
3answers
2k views

Socket.IO issue with control chars

I am implementing an application that uses websockets and a console accessed via Telnet. There is a communication between the connection established via websockets and the console. I am experiencing a ...
50
votes
11answers
11k views

node.js on multi-core machines

node.js looks interesting BUT... I must miss something - isn't node.js tuned only to run on a single process & thread? Then how does it scale for multi-core CPUs and multi-CPU servers? After all, ...
49
votes
5answers
3k views

How is Node.js inherently faster when it still relies on Threads internally?

I just watched the following video: Introduction to Node.js and still don't understand how you get the speed benefits. Mainly, at one point Ryan Dahl (Node.js' creator) says that Node.js is ...
41
votes
5answers
7k views

Getting-started: Setup Database for Node.js

I am new to node.js but am excited to try it out. I am using Express as a web framework, and Jade as a template engine. Both were easy to get setup following this tutorial from Node Camp. However the ...
40
votes
4answers
10k views

How to pass command line arguments to node.js?

This is probably just a javascript question. I have a web server written in node that I would like to launch with a specific folder. I'm not sure how to access arguments in javascript. I'm running ...
39
votes
2answers
10k views

node.js + nginx - And now?

I've set up node.js and nginx on my server. Now I want to use it, but, before I start there are 2 questions: How should they work together? How should I handle the requests? There are 2 concepts for ...
39
votes
2answers
1k views

Node.js, Cygwin and Socket.io walk into a bar… Node.js throws ENOBUFS and everyone dies

I'm hoping someone here can help me out, I'm not having much luck figuring this out myself. I'm running node.js version 0.3.1 on Cygwin. I'm using Connect and Socket.io. I seem to be having some ...
39
votes
5answers
14k views

What IDE to use for Node.js / Javascript? [closed]

What is your preference when it comes to editing/debugging large JavaScript projects, containing number of relatively big JS files? Please list your choice, why do you like it compared to others; If ...
37
votes
10answers
2k views

Why do std::string operations perform poorly?

I made a test to compare string operations in several languages for choosing a language for the server-side application. The results seemed normal until I finally tried C++, which surprised me a lot. ...
35
votes
7answers
1k views

Is a non-blocking, single-threaded, asynchronous web server (like Node.js) possible in .NET?

I was looking at this question, looking for a way to create a single-threaded, event-based nonblocking asynchronous web server in .NET. This answer looked promising at first, by claiming that the ...
35
votes
4answers
3k views

Prototypical OO in JavaScript

TL;DR: Do we need factories/constructors in prototypical OO? Can we make a paradigm switch and drop them completely? The BackStory: I've been toying with doing prototypical OO in JavaScript lately ...
35
votes
7answers
7k views

node.js multi room chat example

I'm looking for a websocket/node.js chat implementation which supports multiple rooms. I'm also going to write an app which needs multiple rooms or servers, and I'm just looking for some code samples ...
34
votes
2answers
8k views

What is the purpose of NodeJS module.exports and how do you use it?

I cant seem to find any info on this but it appears to be a rather important part of NodeJS as I often see it in source code. According to the node docs : module A reference to the ...
34
votes
3answers
4k views

Node.js and CPU intensive requests

I've started tinkering with Node.js HTTP server and really like to write server side Javascript but something is keeping me from starting to use Node.js for my web application. I understand the whole ...
33
votes
7answers
5k views

Writing Maintainable Event-Driven Code

I have just recently started playing with event-driven architectures, coming from a pretty standard object-oriented mindset. The first thing I noticed was that the difficulty in understanding and ...
32
votes
5answers
4k views

Can I use CoffeeScript instead of JS for node.js?

What are my restrictions if I want to code node.js and use CoffeeScript? Can I do anything I'd be able to do in JS? Thanks
31
votes
5answers
3k views

Which ORM should I use for Node.js and MySQL?

I'm rewriting a project to use Node.js. I'd like to keep using MySQL as the DB (even though I don't mind rewriting the schema). I'm looking for a simple-to-use, reasonable-performance ORM, which ...
30
votes
7answers
14k views

Could node.js replace Ruby on Rails completely in the future?

I'm not very updated in the event-driven/concurrency area in node.js. I wonder, is it possible that node.js would replace Ruby on Rails completely in the future? Or is it more like an extension to ...
29
votes
5answers
4k views

ExpressJS How to structure an application?

I'm using the ExpressJS web framework for NodeJS. People using ExpressJS put their environments (development, production, test ...), their routes ... on the app.js. I think that it's not a beautiful ...
29
votes
5answers
9k views

Node.js could not configure a cxx compiler! (Ubuntu)

I have Ubuntu installed and I am trying to compile node.js
29
votes
8answers
10k views

Node.js REST framework?

Just got node.js running on an ubuntu server instance. Got a couple of simple server apps running. Does anyone know of any REST frameworks that have been built or are in development?
28
votes
3answers
4k views

What is Node.js' Connect, Express and “middleware”?

Despite knowing JavaScript quite well, I'm confused what exactly these three projects in Node.js ecosystem do. Is it something like Rails' Rack? Can someone please explain?
28
votes
11answers
11k views

Auto-reload of files in Node.js

EDIT: Use http://github.com/isaacs/node-supervisor; This is an old question and the code example is made with an outdated Nodejs api. Any ideas on how I could implement an auto-reload of files in ...
27
votes
4answers
2k views

Why and When to use node js?

Sorry if i'm a bit ambiguous, but i'm trying to understand the real advantages of using node.js instead of other server-side language. I'm a javascript enthusiast, so I'm probably going to play with ...
27
votes
8answers
13k views

Good editor for Node.Js?

I am new to Node.js and server side JavaScript. I plan to use Aptana Studio for editing. Is there any plugin I can install so that I can edit nodejs code on Aptana? Are there any good IDEs ...
27
votes
3answers
13k views

Good beginners tutorial to socket.io?

I am very new to the world of webdevelopment and jumped into the bandwagon because I find the concept of HTML5 very interesting. I am fairly confident on working with canvas and would now like to move ...
26
votes
1answer
1k views

Memory Leak with socket.io + node.js

I appear to have a memory leak with my node application. I built it quickly, and my JavaScript isn't too strong, so this might be easy. I've done some heap dumps on it, and it's the String 'object'? ...
26
votes
7answers
8k views

Node.js installation: openssl not installed

I have installed libssl-dev and openssl but I get this when I install node.js: > ./configure && make && make install ...
25
votes
4answers
1k views

Should one minify server code when it's in production? [closed]

When it comes to the frontend code you always minify it (remove white spaces, comments etc) in production. Should one do the same with server code? I usually have a lot of comments in my server ...
25
votes
2answers
2k views

What is the difference between dnode and nowjs?

How do the two compare to each other?
25
votes
7answers
7k views

How to use redis PUBLISH/SUBSCRIBE with nodejs to notify clients when data values change?

I'm writing an event-driven publish/subscribe application with NodeJS and Redis. I need an example of how to notify web clients when the data values in Redis change.
25
votes
6answers
5k views

Node.js or Erlang

I really like these tools when it comes to the concurrency level it can handle. Erlang looks like much more stable solution but requires much more learning and a lot of diving into functional ...
22
votes
1answer
730 views

Re-using Backbone.js models on the server side with Node.js and Websockets

I've been working my way through: http://andyet.net/blog/2011/feb/15/re-using-backbonejs-models-on-the-server-with-node/ I have a few questions about sharing models server-side and a few questions ...
22
votes
2answers
7k views

Socket.IO Authentication

I am trying to use Socket.IO in Node.js, and am trying to allow the server to give an identity to each of the Socket.IO clients. As the socket code is outside the scope of the http server code, it ...
22
votes
6answers
8k views

Node.js Web Application examples/tutorials

So I finished watching Douglas Crockford's excellent series on Javascript, and in the final episode (so far), loopage he lays out why Node.js is a near perfect solution for server side code. He talks ...
21
votes
1answer
3k views

How to read environment variable in node.js

Is there any way I can read environment variables in node.js code? Like for example python's os.environ['HOME']
21
votes
3answers
2k views

JavaScript BDD: Vows & Kyuri Vs. Jasmine

I was going to go with Vows and Kyuri, but then I found out about Jasmine. Which do you recommend? Vows or Jasmine? Is there a Cucumber implementation that works with Jasmine?
21
votes
4answers
3k views

Differences between Narwhal and Node.js?

I'm new to Node.js and I have been reading about Narwhal that is a framework based on Rhino. My questions: If I'm using Node.js, should/could I use Narwhal and it's libraries/modules? Aren't the ...
21
votes
7answers
3k views

Multiplayer game with JavaScript backend and frontend. What are the best practices?

I'm thinking of creating a web multiplayer game in Node.js. This means I'll be using the same language in the backend and in the frontend. It would be in realtime and about 20 people max in each ...

1 2 3 4 5 115