Back to articles

QSCS - A State Synchronization platform for distributed systems

via Reddit Programming/u/dan_c350

A platform of protocols that synchronize state accross registers for distributed apps. A small static C core that interperets packets and payloads, compresses them into state objects using schema agnostic data processing, then sends minimal delta packets, over an encrypted socket, that get rehydrated by interpereters both client and server side reducing bandwith usage by up to 100% depending on the request and collapses the attack surface to a single encrypted socket. submitted by /u/dan_c350 [link] [comments]

Continue reading on Reddit Programming

Opens in a new tab

Read Full Article
2 views

Related Articles