0

I am a PHP programmer and trying to learn node.js, but I'm little bit confused on first steps.

PHP may be run as a module of Apache or Nginx or whatever. Of course it has built-in server, but no one will even try run serious project this way. Normal server should return status codes, work as a service, provide access control etc.

Please, tell me how node running on internet? Is there a special software or it use built-in server with tones of code to perform all normal server features?

0

1 Answer 1

0

Judging by your question (I could be wrong), you are looking to run a HTTP server. You can do this using the express.js framework with node.js.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.