Node.js is an event-based, asynchronous I/O framework that uses Google's V8 JavaScript engine. It is commonly used for heavy client-server JavaScript applications.
0
votes
0answers
5 views
Nginx routing script for NodeJS and Wordpress [migrated]
We are moving blogs and site from wordpress to nodejs and ready to move into production. However I'm not able to figure it out how to implement routing from front server (Nginx) to NodeJS (prefered ...
-2
votes
2answers
73 views
How to use Node.Js in place of MySQL [closed]
I want to know if it's possible to use Node.js in place of MySQL.
0
votes
1answer
22 views
How should I add further servers to support potential increases in traffic to my website? [closed]
New here but I post on StackOverflow pretty often.
The scenario:
I am a paying customer of linode. On that account I have one 2GB server which hosts a web application. This single server currently ...
0
votes
0answers
20 views
Domain - who pays? [duplicate]
The companies that deliver domains, who do they pay for having their domain?
eg. domain.com is a site(one of many) that creates an url that points to an ip address. I guess I can understand in one ...
0
votes
0answers
17 views
Deploy PHP and Node [duplicate]
What service(s) should I use if I want to deploy and host node apps as well as PHP apps?
Ideally I want them to run seamlessly on my domains, preferably using the same host service.
I currently have ...
0
votes
0answers
90 views
redirecting in node.js behind mod_rewrite proxy
I have a node.js application running behind an Apache mod_rewrite proxy configured in a .htaccess file like this:
RewriteCond %{HTTP_HOST} =mydomain.com [OR]
RewriteCond %{HTTP_HOST} ...
2
votes
2answers
206 views
Is static HTML the fastest?
I have been researching several different techniques to deliver web content fast, like nginx and node.js.
When it comes down to performance optimization http expires headers and gzip come to mind. ...
2
votes
2answers
274 views
Free open source feature request web site platform?
I am looking for a web platform where people can submit feature requests for software. Visitors should be able to up-vote feature requests, in order for software developers to see the most popular ...
1
vote
0answers
24 views
Specific hosting or virtual machine? [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I'm searching for hosting for the back-end and web client of an application that uses node.js and mongodb on the ...
3
votes
2answers
302 views
Node.js - Is there any front-end js? Or is it all backend?
With Node.JS as a backend solution; is there any frontend javascript or all events controlled on the backend?