DEV Community

Discussion on: Everything you need to know about Node.js

Collapse
 
jodyshop profile image
Waleed Barakat

Yes, it's very powerful, but how to build dynamic sites that uses mysql db like PHP?

Collapse
 
jorge_rockr profile image
Jorge Ramón

If you want to build a site in a PHP style you need a template engine.

There are many templates engines out there. It's better to use Express Framework and any of the following templates engines:

expressjs.com/en/guide/using-templ...

But if you really love PHP you can use it with Express Framework too:

npmjs.com/package/php-express

Collapse
 
jodyshop profile image
Waleed Barakat

Thank you :)