primate
primate copied to clipboard
Polymorphic development platform
Collection of modules to improve Primate's ecosystem. * #62 * #92 * #108 * #126 Suggest adding new ecosystem modules along with use case. Once a package has been accepted,...
Strategies * Stripe * Square * PayPal Generalized API for other services?
ideally we could share the codebase between desktop and web based apps.
Strategies * [ ] password-based * [ ] magic email link * [ ] oauth * [ ] saml * [ ] jwt * [ ] 2fa (app, hardware-based) *...
Reactive server values. * [x] Use WS or SSE as transports (depends on #44) * [ ] Integration with `@primate/frontend` * [x] Svelte (1c5eb97) * [x] React (df66ecb) * [...
* [x] jump to anchor tags links * [x] copy code snippets * [x] add multilingual snippets in guide / modules too * [ ] add miniguides * [ ]...
I don't know if its possible to do ssr with web components, but it would be nice to support native web components.
```sh 1 | import { make_response, module, rubyvm, helpers } 2 | from "@primate/binding/ruby"; 3 | import { File } from "rcompat/fs"; 4 | 5 | const { vm }...
Dispatchers can often facade a multitude of values per key. A `Dispatcher#getAll(key: string): string[]` function would return all values associated with a key. * query: `/?a[0]=b0&a[1]=b1` * path: `routes/my-repo/[...subpath].js` *...
similar to surreal, has serverless functions too: https://supabase.com/