Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Created June 4, 2020 23:15
Show Gist options
  • Save sandrabosk/fa02a0ef0219a6fa17dac5da827f9f9f to your computer and use it in GitHub Desktop.
Save sandrabosk/fa02a0ef0219a6fa17dac5da827f9f9f to your computer and use it in GitHub Desktop.

Client-Server Architecture

Recently, a different, better approach has gained popularity.

Applications now have two parts:

  • Backend (a.k.a. server-side) that doesn't render HTML anymore but instead provides APIs for a client application.

  • Frontend (a.k.a. client-side) that provides a user interface, handles user input, and communicates with the backend through APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment