Show HN: DriftDB – an open source WebSocket backend for real-time apps
DriftDB is a real-time data backend that runs on the edge. Clients connect to it directly over a WebSocket. It supports a number of messaging primitives, including:Publisher / subscriber channels (PubSub)Key/value storage with subscriptionsOrdered streamsAs an example of what it’s capable of, here’s a multiplayer voxel editor in under 200 lines of code.DriftDB is MIT-licensed…