thin-backend icon indicating copy to clipboard operation
thin-backend copied to clipboard

🔥 Thin Backend is a Blazing Fast, Universal Web App Backend for Making Realtime Single Page Apps

Results 19 thin-backend issues
Sort by recently updated
recently updated
newest added

As the marketplace for Twitch grows and solutions like Truffle.dev become realized there is more of a need for authentication with Twitch. There are currently 140 million monthly active Twitch...

enhancement

E.g. if you want to send an email for due invoices, a way to run a thin function daily would be helpful. **Workaround:** Use a [GitHub action cronjob](https://vercel.com/docs/concepts/solutions/cron-jobs) to trigger...

The [`thin-backend-react/auth-ui.tsx`](https://github.com/digitallyinduced/thin-backend/blob/master/thin-backend-react/auth-ui.tsx) module should be ported to Svelte to `thin-backend-svelte`, so that we can provide in-app login in Svelte apps as well 👍

good first issue
help wanted

Supabase is another bridge between Postgres and the front-end. How does Thin compare with Supabase? This is the main question preventing me from choosing Thin, as Supabase is more mature,...

The [`thin-backend-react/auth-ui.tsx`](https://github.com/digitallyinduced/thin-backend/blob/master/thin-backend-react/auth-ui.tsx) module should be ported to Vue to `thin-backend-vue`, so that we can provide in-app login in Vue apps as well 👍

good first issue
help wanted

I have an [app that lets you create a calendar](https://obermillers.com/cal/). I want you to be able to mark a calendar as publicly visible so anyone can view, but not edit...

``` [15:41:37.616] Cloning github.com/jokull/vercel-thin-test (Branch: main, Commit: c20d830) [15:41:37.962] Cloning completed: 345.359ms [15:41:38.352] Installing build runtime... [15:41:41.831] Build runtime installed: 3.478s [15:41:42.635] Looking up build cache... [15:41:46.138] Build cache downloaded...

> if I order blog posts by title, how can I ensure they maintain the order when a new item is added to the internal store via subscriptions? (by @jokull)...

enhancement

Is there any plan to provide support for solidjs?