How does one serve content with node.js without requiring a framework or library?
I’m trying to learn node.js and create a web application, and although I’m doing my best to just use only node.js to create it, I’m having a very difficult time finding resources and examples that describe the process without using other frameworks or libraries.
Single codebase for client and server with Node.js [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Why is MongoDb popular with Node.js? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Web application using JSF-Front end and node.js-Back end
I’m planning to build a eCommerce web application(similar to http://zovi.com/) using JSF 1.2 and node.js. All front end components will be jsf components binding to backing bean. I want to achieve real time functionality ( such as displaying Today’s hot sellers ,Customers who viewed this item also viewed such patterns) using node.js. And all data retrievals from database(MySQL)should be accomplished using node and display in JSF components. I’m confused in how to bind data that i get from node to corresponding managed bean property(since i bound it to corresponding JSF component).
Is it bad practice to run Node.js and apache in parallel?
I have an idea in mind and would like to know if that’s the way to go for my end application.
npm packages.json: devDependencies vs global installation
I’m new Node.js development and I have a question about best practices when writing package.json
files.
How to assign left result to itself in Javascript Dynamic Variables using eval?
I’m learning about javascript using dynamic variables. I’ve got the following code and associated error which i didnt understand. I’ve read a lot of responses to similar javascript dynamic code but they don’t use eval(). (I’m using eval() in nodejs)
Where to handle Validation Errors in Business logic layer?
I’m currently designing a multi-layered application and am trying to figure out the best practice for error handling within the Business Logic Layer (BLL).
What determines which Javascript functions are blocking vs non-blocking?
I have been doing web-based Javascript (vanilla JS, jQuery, Backbone, etc.) for a few years now, and recently I’ve been doing some work with Node.js. It took me a while to get the hang of “non-blocking” programming, but I’ve now gotten used to using callbacks for IO operations and whatnot.
Sync csv file using nodejs
There is a remote csv file that gets updated every second or so.