You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,8 @@ authentication details.
150
150
- **Real-Time Updates**: Events on the server are sent to clients via socket, ensuring data is always up-to-date.
151
151
- This server implements the LWW (Last-Write-Wins) mechanism, where the latest client update takes effect.
152
152
153
+
To learn how the linkora app and this sync-server make syncing seamless, check out [this write-up](https://sakethpathike.github.io/posts/synchronization-in-linkora/).
154
+
153
155
### Important Notes
154
156
155
157
- **Client-Server Compatibility**: Always verify client-server compatibility to confirm that the applications work
0 commit comments