I
I
idclev312015-04-02 20:38:51
Apache HTTP Server
idclev31, 2015-04-02 20:38:51

When is it better to use Apache, and when is it better to use Express?

Not so long ago I became interested in web development. I would like to understand in which cases it is better to use Apache, and in which cases you can get by with an Express server.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur Shemsedinov, 2015-04-02
@idclev31

The comparison is not entirely correct. If you are writing server-side JavaScript under Node.js, then you use the built-in http server (express is an add-on for the built-in server that has little to do with the web server at all), and if you write in PHP or another language that works through CGI with Apache, then you are using Apache.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question