7

!rant
I built a webinterface a few months ago. it was based on the php framework laravel. but i want to change to nodejs in combination with mongodb.
do you know good nodejs mvc frameworks similar to laravel?

Comments
  • 3
    I would first clarify the reasons behind this decision.

    If it's because 'shiny shiny' then you are not thinking clearly.

    Some questions you need to ask are...

    What are you building?
    Does it need to by async?
    Does the data need to be structured?

    I would recommend you build your product API first and use a frontend framework like React, Angular or Vue on the client side that communicates with that API.
  • 1
  • 2
    @nblackburn solid advice!
Add Comment