Skip to content

JeffDeCola/my-frontend-and-backend-api-examples

Repository files navigation

MY FRONTEND AND BACKEND API EXAMPLES

Tag Latest Go Reference Go Report Card codeclimate Maintainability codeclimate Issue Count MIT License jeffdecola.com

A place to keep my frontend and backend API examples.

Table of Contents

Documentation and Reference

OVERVIEW

The frontend usually consists of a browser. The backend may consist of a web server and/or a backend server(s). Lets figure out how they can talk with each other.

IMAGE - frontend-backend-overview - IMAGE

BROWSER AS A CLIENT

WEB SERVER AS A CLIENT

BACKEND SERVER AS A CLIENT

MULTI-HOP EXAMPLES