Front end application using rest api

Hi All,

Anyone tried to use api to make the client facing website

If yes then kindly share your experience .

TIA

Speaking from experience: don’t push it too far to client scripting.
You can, surely, build serverless app and rely heavily on api. But then you will lose server-side scripting of which, from my experience, is very powerful.

1 Like

Hi,

You are correct But i am trying to do a project using only phpmaker to explore all it potential.

Now a day with javascript in front, the logic will run on client machine so it save the cost of heavy servers.

Thanks