Replies: 1 comment
-
|
Let's do it. Turning into an issue to track! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a Nuxt application that uses Tinybase on the client. However, there is no sync component as of yet, since I'm trying to keep the architecture as simple but portable as possible and try to keep everything in one codebase.
In the Nuxt ecosystem, Nitro is used as the underlying server, which uses CrossWS to enable cross-runtime websockets. CrossWS is, however, JS runtime and framework agnostic, so creating this abstraction for Tinybase would open up a lot of compatibility across the whole JS ecosystem!
Beta Was this translation helpful? Give feedback.
All reactions