Linked Questions

4 votes
2 answers
6k views

there is tutorial for PURE node.js? [duplicate]

I was searching for node.js tutorials for pretty long.. I just got my book for node and I realized that before I learned something I had to use express.js module. There is a tutorial or a book that ...
julian's user avatar
  • 4,674
0 votes
2 answers
390 views

what are the languages and frameworks I need to know before starting with Node.JS? [duplicate]

I'm new to Node.JS. I actually want to know about the pre-requisites for learning Node.JS. I've started some online courses but still if I'm confused with the minimum knowledge I already have about ...
kvk venugopal's user avatar
0 votes
0 answers
337 views

how to read a list of txt files in a folder in JavaScript? [duplicate]

I am fairly new to JavaScript, I am writing a machine learning code in which i have to include the data-set, I need the code to read all the text files stored in a directory but i am just not able to ...
Akash 's user avatar
  • 304
-1 votes
1 answer
297 views

How do I get started with Node.js? [duplicate]

I've been looking online and have found that the stuff about SSJS is a bit confusing. How do I get started with Server-Side JavaScript? Can it be used with any web host? So far, I've downloaded the ...
jay_t55's user avatar
  • 11.6k
0 votes
0 answers
42 views

How do I run a JS file (with JSON)? [duplicate]

I'm following a tutorial on how to build a game with WebSockets. However, I don't know how to test my code; it says that localhost doesn't work. Can you explain to me why it's not working? (code) ...
Sianna Zewdie's user avatar
197 votes
9 answers
171k views

How to develop Desktop Apps using HTML/CSS/JavaScript? [closed]

First, I'm not interested in doing this professionally. I am a web developer, a coworker of mine recently left for Spotify and said he will be working mostly in JavaScript for the Spotify Desktop app. ...
user avatar
229 votes
1 answer
160k views

How is the 'use strict' statement interpreted in Node.js? [duplicate]

I have started to explore the Node.js and wrote many demo web application, to understand the flow of Node.js, Express.js, jade, etc.. But one thing I came across recently, is the statement "use ...
user avatar
79 votes
1 answer
85k views

Best practices of building a website using Node.js

I was wondering how one would go about developing a website from scratch with Node.js. I understand how I could possibly do it, but I am interested in the best design practice. I need this ...
57 votes
6 answers
179k views

Node.js Generate html

I have created a JavaScript program which generates a list of data. Example output below: output one output two output three ... I would like to be able to generate a HTML file which can be saved ...
lufthansa747's user avatar
  • 2,001
40 votes
5 answers
16k views

Node.js Event loop

Is the Node.js I/O event loop single- or multithreaded? If I have several I/O processes, node puts them in an external event loop. Are they processed in a sequence (fastest first) or handles the ...
ftes's user avatar
  • 601
34 votes
3 answers
18k views

Just picking up node. Should I use express or really learn node first?

As the title stated, I'm just now picking up node. I've looked into Express a little, mostly by watching the videos on expressjs.com, and was pretty impressed. However, it reminded me a lot of Rails. ...
Chris Cummings's user avatar
30 votes
1 answer
79k views

How can I use Nodejs with Windows 7? [closed]

I'm about to became insane looking for it, most of the examples shows only how to run it on linux terminal and just the communication with the server. Can someone PLEASE explain to me how I can use ...
Demetrio's user avatar
  • 399
8 votes
3 answers
21k views

Multiple servers on Node.js

I need to simulate four servers (with different host and port) on the same nodejs instance. An example could be: domain1:8000 - domain2:8010 - domain3:8020 - domain4:8030 - Can anybody please help ...
McKenzie's user avatar
  • 113
16 votes
2 answers
28k views

Is there any online exercises on Node.js [closed]

I'm new at Node.js and i need some practice on it, so is there any online exercises same as http://www.codecademy.com/ for node.js?
Fadwa's user avatar
  • 1,876
10 votes
1 answer
10k views

Start with node.js as a complete server-side newbie?

My main question is whether it makes sense to begin with node.js as a complete server-side newb. Is JS/node.js a good choice to start server-side web-programming from scratch? I do lots of frontend ...
aydio's user avatar
  • 346

15 30 50 per page
1
2 3 4 5 6