servers

what

  • They execute the core business logic that handles a user’s request and sends back HTML/json to the user’s browser/application.

  • To do their job, they typically communicate with a variety of backend infrastructure such as databases, caching layers, job queues, search services, other microservices, data/logging queues, and more.

  • They will also apply rules based on the business, some calculation/algorithm, validation, transformation

Last updated