DEV Community

Discussion on: Node vs PHP

Collapse
 
redeemefy profile image
redeemefy • Edited
  • This is for learning purpose or for a real project?
  • This is for a team or solo developer?
Collapse
 
razbakov profile image
Aleksey Razbakov

It is more about your personal experience and feeling.

This is for learning purpose or for a real project?

Both. I am a PHP developer and I decided to start a Quasar + Firebase project for learning purposes. It is already being a year me working on this project and now I deep stuck with decision how to proceed. I need now to add job queues and proper logging. Probably it is also better to have own database aside.

This is for a team or solo developer?

For now solo, but it should be scalable.

Collapse
 
redeemefy profile image
redeemefy

If you know how to do this on PHP, I will go Node just for the sake of learning.

Collapse
 
echorris profile image
Eric • Edited

Dockerize your environments and use any of the many queueing systems to manage your processes. E.g. RabbitMQ. I'd stick with php, it has its quirks but I love it over all other languages personally.