|
|
|
|
|
by tyingq
3323 days ago
|
|
"The app itself is powered by Laravel, Vue.js, Socket.io, and Node" Is there another Laravel other than the php one? Seems odd to roll out with both php and node.js. I don't know why you would need both. Edit: Yes, I see each has it's strengths. But that has to drive a lot of doing the same thing twice, in two languages...they both interact with the same data. I would guess time-to-market is important at launch to react to things you missed. I would have settled on one or the other. Feels like premature optimization. |
|
Laravel can act as the API backend to the frontend (basically a set of REST endpoints that the frontend can talk to), or alternatively the Vue components are used only where heavy client-side interactions are required, while the rest of the pages are still served up by Laravel normally.