<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/lsp-could-have-been-better-9wxfptynq" -->

---
title: LSP could have been better | daily.dev
description: The article discusses the architectural aspects of LSP, the transport method used in LSP, and the issues with LSP as an RPC protocol.
canonical: https://daily.dev/posts/lsp-could-have-been-better-9wxfptynq
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: LSP could have been better | daily.dev
og:description: The article discusses the architectural aspects of LSP, the transport method used in LSP, and the issues with LSP as an RPC protocol.
og:url: https://daily.dev/posts/lsp-could-have-been-better-9wxfptynq
og:image: https://api.daily.dev/og/posts/9WXfPtYNq.png
og:image:alt: LSP could have been better
og:image:width: 1200
og:image:height: 630
og:locale: en
---

[matklad](https://daily.dev/sources/matklad)

[Read post](https://api.daily.dev/r/9WXfPtYNq)

# [LSP could have been better](https://api.daily.dev/r/9WXfPtYNq "Go to post")

The article discusses the architectural aspects of LSP, the transport method used in LSP, and the issues with LSP as an RPC protocol.

[#architecture](/tags/architecture "Check all #architecture posts")[#backend](/tags/backend "Check all #backend posts")[#lsp](/tags/lsp "Check all #lsp posts")

Oct 12, 2023•10m read time•From [matklad.github.io](https://api.daily.dev/r/9WXfPtYNq "matklad.github.io")

[![Post cover image](https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/acfa154a6d7a8d7ce0bcdf9a67dee721?_a=AQAEufR)](https://api.daily.dev/r/9WXfPtYNq "Go to post")

Table of contents

[Focus on Presentation](https://api.daily.dev/r/9WXfPtYNq "Focus on Presentation")[Transport](https://api.daily.dev/r/9WXfPtYNq "Transport")[Coordinates](https://api.daily.dev/r/9WXfPtYNq "Coordinates")[Causality Casualty](https://api.daily.dev/r/9WXfPtYNq "Causality Casualty")[Remote Procedural State Synchronization](https://api.daily.dev/r/9WXfPtYNq "Remote Procedural State Synchronization")[Simplistic Refactorings](https://api.daily.dev/r/9WXfPtYNq "Simplistic Refactorings")[Dynamic Registration](https://api.daily.dev/r/9WXfPtYNq "Dynamic Registration")

1 Impression

Comment

Bookmark

Copy

![Placeholder image for anonymous user](https://media.daily.dev/image/upload/s--qsFuKGv_--/t_logo,f_auto/public/noProfile)Share your thoughtsPost

[![matklad's image](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/c34dbbf360354a179786e8a127718b12)](https://daily.dev/sources/matklad)

[matklad](https://daily.dev/sources/matklad "https://daily.dev/sources/matklad")

Matthias Noback's expertise in PHP and domain-driven design (DDD) offers readers insights into buil... Read more

33 Followers

•

474 Upvotes

#### Would you recommend this post?

Copy link

WhatsApp

Facebook

X

New Squad

Copy linkShare with your friends

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"LSP could have been better","url":"https://daily.dev/posts/lsp-could-have-been-better-9wxfptynq","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/lsp-could-have-been-better-9wxfptynq"},"datePublished":"2023-10-12T00:47:44.657Z","dateModified":"2026-03-30T02:17:19.642Z","description":"The article discusses the architectural aspects of LSP, the transport method used in LSP, and the issues with LSP as an RPC protocol.","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/acfa154a6d7a8d7ce0bcdf9a67dee721?_a=AQAEufR","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/acfa154a6d7a8d7ce0bcdf9a67dee721?_a=AQAEufR","isAccessibleForFree":true,"articleSection":"matklad","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"matklad","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/c34dbbf360354a179786e8a127718b12","url":"https://daily.dev/sources/matklad"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/lsp-could-have-been-better-9wxfptynq","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,backend,lsp","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"matklad","item":"https://daily.dev/sources/matklad"},{"@type":"ListItem","position":3,"name":"LSP could have been better"}]}
```

