So I understand the difference between backend and frontend, but what type of operations should I just leave for the backend. For example, if I'm using Node.js with Express, how should I decide what operations/calculations I should do on the client side or the server side?
Thanks in advance!
via idude
No comments:
Post a Comment