WebSockets actually operate at the Application layer, not the Transport layer, according to the OSI model. This is a common misconception because WebSockets provide a way to establish a persistent, full-duplex communication channel over a single TCP connection, which operates at the Transport layer
WebSockets actually operate at the Application layer, not the Transport layer, according to the OSI model. This is a common misconception because WebSockets provide a way to establish a persistent, full-duplex communication channel over a single TCP connection, which operates at the Transport layer
I see, thanks for pointing it out.
Amazing blog post! Having heard of RSocket before and this gave an amazing overview of this protocol!
thanks
Great to see the practical application when discovering a new technology.
Thanks for bringing visibility to real-world case studies, Neo!
happy to read your feedback, Fran. Thanks
Does Figma use a similar architecture ?
good question, Hemant.
Does Figma use RSocket? I don't know, so I'll have to find out.
I see that they're using CRDT.
yeah, Figma is using CRDT
Thanks for the mention Neo! Interesting as always!
you're welcome, Anton. Thank you
Does Canva use RxJava on their backend?
They use https://github.com/rsocket/rsocket-java
You could find extra details on their engineering blog linked in the references.