speaking of stable release, we are also waiting for tauri 2.0 stable (or RC), so we can support android and desktop. However, we can integrate it later if its far to be released.
https://t.co/zgG7UCyI0a
If you are wondering why we have stopped development, it is because Svelte 5 is going to be released soon (probably next month) and we don't want half of our code to migrate, which would slow our development process.
TLDR; we are waiting for Svelte 5 stable (or RC)
I have been so impressed by tauri in the past month or two. I'm planning lots of things that will be shipped with. However, i am still understanding lots of native communication stuff. The future is cool!
I have been so impressed by tauri in the past month or two. I'm planning lots of things that will be shipped with. However, i am still understanding lots of native communication stuff. The future is cool!
I am considering polling over websockets for @TeamChatpat. This might be the most important discussion in Chatpat, i will be testing between these two in production. But as of now, notifications seem to be working fine over polling.
Just crossed the 3500+ lines of TypeScript & Svelte terrain, and folks, we're basically writing the 'War and Peace' of code here! 📜💻 Brace yourselves for the epic saga, because this is just the 5% of features! 🚀
i have implemented prisma (updates will be pushed tomorrow). Tomorrow i will try to implement a https://t.co/SttG4AtFXG module for handling websocket connections.
Currently we are confused between choosing these two messaging methods:
1. client-to-client
2. client-to-server-to-client
each comes with it's own pros and cons.