Skip to content

Node Adapter Examples

Examples using @livestore/adapter-node for Node.js server-side applications.

Node Effect CLI

Screenshot coming soon

Command-line application built with Effect, showcasing LiveStore's Node.js capabilities and server-side data management patterns.

Technologies: Node.js • Effect • CLI • TypeScript • LiveStore

Node TodoMVC + CF Sync

Screenshot coming soon

Server-side todo application with Cloudflare sync integration, perfect for understanding backend LiveStore patterns.

Technologies: Node.js • Cloudflare • Server-side • TypeScript • LiveStore

Sync Provider: cloudflare

  • Uses native Node.js SQLite with file system storage
  • Stores SQLite files directly on disk (default: current directory)
  • Supports single-threaded or worker thread modes
  • WebSocket connections for sync and devtools integration

View all examples on GitHub →