Skip to Content
Hands-On Reactive Programming with Python
book

Hands-On Reactive Programming with Python

by Romain Picard
October 2018
Intermediate to advanced
420 pages
10h 26m
English
Packt Publishing
Content preview from Hands-On Reactive Programming with Python

What is a reverse proxy?

Consider a typical design of a web application where some parts are running on the backend side, and some on the client side. This system is composed of the following:

  • A web application running on a client device (a PC or a smartphone)
  • Several features running on the backend side, and an HTTP server hosting static files

Depending on the complexity of the system, the backend part can be implemented either as a unique service or as several services. Using a unique service was the dominant design in the early 2000s. However in practice, splitting them into multiple independent services has many benefits. The main one is the fact that these components can be operated independently. They can also be written in different ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Programming with Design Patterns

Python Programming with Design Patterns

James W. Cooper

Publisher Resources

ISBN: 9781789138726Supplemental Content