Friday, 9 August 2013

What are the differences between Http Module of Node and Apache?

What are the differences between Http Module of Node and Apache?

I am aware that much of the behavior you've come to expect with Apache or
other web servers isn't built into a Node HTTP server. For instance, if
you password-protect your website, Apache will pop up a window asking for
your username and password; a Node HTTP server will not. If you want this
functionality, you're going to have to code for it.
What are the other behavorial differences?

No comments:

Post a Comment