Bluesky’s network has 2 main layers, the PDS layer, and the appview layer.
Everyone’s PDS stores their posts, likes and account, and handles authentication.
It doesn’t do anything else. an appview gathers posts from PDSes, and indexes and sorts them (for feeds and notifications).
AppViews all share the same posts, so they’re in the same network.
Bluesky’s network has 2 main layers, the PDS layer, and the appview layer.
Everyone’s PDS stores their posts, likes and account, and handles authentication.
It doesn’t do anything else. an appview gathers posts from PDSes, and indexes and sorts them (for feeds and notifications).
AppViews all share the same posts, so they’re in the same network.