What is the difference between public and backend section?

Hey guys,
Can anyone share some info regarding the difference between public and backend section ?. In which all applications both sections are used? Where the code in the public section is run in browser or in server? Is the code in public section visible to everyone if one goes to developer mode in browsers?Thanks

Hi Nithin,

See the descriptions for:

  • public

  • backend
    Public is run in the client - that is, in the browser. Backend is more private and secure and runs server-side.

I hope this helps,

Yisrael

Thanks Yisrael. It helped.:grinning::grinning::+1::+1: