Twilio Interview Question

What is the difference between Client Side API vs Server Side API?

Interview Answer

Anonymous

Feb 14, 2022

The Client Side API is any information coming from the browser, the Server Side API is information being deposited into the browser. Basically, client-side APIs are interpreted by the browsers and Server Side is because the code executes on the server before it is sent to the browser.