aspen-cloud / triplit

A full-stack, syncing database that runs on both server and client. Pluggable storage (indexeddb, sqlite, durable objects), syncs over websockets, and works with your favorite framework (React, Solid, Vue, Svelte).
https://triplit.dev
GNU Affero General Public License v3.0
2.14k stars 63 forks source link

Vanilla JS #213

Closed SantoshSrinivas79 closed 5 hours ago

SantoshSrinivas79 commented 6 hours ago

Hello, Is it possible to use triplit with Vanilla JS? (No react, vite, etc)

matlin commented 5 hours ago

Absolutely! You can just use the @triplit/client package by itself.