D
D
Dima Pautov2015-10-14 18:57:23
Node.js
Dima Pautov, 2015-10-14 18:57:23

Is there any node js server build similar to Denver?

Hello! I'm trying to figure out how to make a server on node.js.
There was always Denver, worked as it should! But I realized that I want to try server-side js. I started digging and realized that I was wrong about node.js. After all, it's just a js runtime. Are there any similar builds? What would it be possible to create daddies (test.ru) and run through the browser?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Konstantin Kitmanov, 2015-10-15
@k12th

After all, it's just a js runtime.

Quite right. Put ruby, python, GCC - nowhere is there such a thing as to create a daddy and its contents would be automatically available as a site. Moreover, even in PHP there is no such thing - the web server is responsible for this. In Denver it was Apache2, you can install it the same way, or you can find something simpler ( lighttpd ). But there will still be no magic folders like site.ru.

C
Curly Brace, 2015-10-14
@stasuss

in nodejs, the console is driving. nowhere without her. And it's very convenient to manage applications from it. so Denver is not needed here)

C
ChickenGrinder, 2015-10-14
@ChickenGrinder

There is a http-server module that will make a file server from any directory.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question