---
title: "What is this architecture called?"
url: https://daily.dev/posts/what-is-this-architecture-called--jmo14mxie
source_url: https://gist.github.com/quad/bc2351e2df4a4a815f8e0d19f36cfa80
type: article
source: "Lobsters"
published: 2024-03-13T15:56:03.768Z
updated: 2024-05-09T09:28:05.588Z
tags: ["architecture", "graphql", "rest-api", "grpc"]
reading_time: 3
upvotes: 15
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What is this architecture called?

**[Lobsters](https://daily.dev/sources/lobsters)** · 3 min read · 15 upvotes · 3 comments

## Summary

The post discusses a different architecture than the classical three-tier architecture, focusing on the presentation tier, logic tier, and data tier. It also explores the bifurcation of the logic tier's server into hot path categories.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://gist.github.com/quad/bc2351e2df4a4a815f8e0d19f36cfa80>

## Community discussion

Top comments from developers on daily.dev.

**@idoshamun** · 0 upvotes

> Never thought about it this way, but definitely the unnamed one is the more popular and classic monolith one. You can see it everywhere

**@jsporna** · 0 upvotes

> For me unnamed architecture looks like [event driven architecture](https://en.wikipedia.org/wiki/Event-driven_architecture) or [message driven architecture](https://devaraj-durairaj.medium.com/message-driven-vs-event-driven-e07a18d40a95)

**@vigikaran** · 0 upvotes

> Its Event Driven architecture,

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#graphql](https://daily.dev/tags/graphql), [#rest-api](https://daily.dev/tags/rest-api), [#grpc](https://daily.dev/tags/grpc)

[View this post on daily.dev](https://daily.dev/posts/what-is-this-architecture-called--jmo14mxie)
