QSCS - A State Synchronization platform for distributed systems

Posted by dan_c350@reddit | programming | View on Reddit | 7 comments

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.