Understanding kSync’s local-first, event-sourced architecture
Schema Validation
Client Authentication
Event Sanitization
Feature | kSync | REST API |
---|---|---|
Offline Support | ✅ Full | ❌ None |
Real-time Updates | ✅ Built-in | ❌ Requires polling |
Optimistic Updates | ✅ Automatic | ❌ Manual |
Type Safety | ✅ Runtime + Compile | ❌ Compile only |
Audit Trail | ✅ Complete | ❌ Manual |