Server Side of Frontend

Client side vs Server Side

Client side simply refer to the client browser side part which user can interact and use. Normally everything in the user view can also be considered as client side. Server Side is the developer side of things where actual server exits and the things we don't want directly user to interact with are kept in the server.