From 5a35b4878dd389e3ffebcd6ea9b2042e96801fb4 Mon Sep 17 00:00:00 2001 From: terrablue <102580937+terrablue@users.noreply.github.com> Date: Sat, 10 Aug 2024 15:44:54 +0200 Subject: [PATCH] update runtime support page --- docs/modules/runtime-support.md | 42 +++++++++++++++++---------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/docs/modules/runtime-support.md b/docs/modules/runtime-support.md index 643f9cc6..094f39c7 100644 --- a/docs/modules/runtime-support.md +++ b/docs/modules/runtime-support.md @@ -19,38 +19,40 @@ support for Primate across runtime and build targets. |Frontend |Node|Deno|Bun (web)|Bun (desktop)| |----------------|----|----|---------|-------------| -|[Angular] |✓ |✗ |✓ |✗ | -|[Eta] |✓ |✗ |✓ |✗ | -|[Handlebars] |✓ |✗ |✓ |✓ | -|[HTML] |✓ |✗ |✗ |✗ | -|[HTMX] |✓ |✗ |✗ |✗ | -|[Markdown] |✓ |✗ |✓ |✗ | -|[Marko] |✓ |✗ |✓ |✗ | +|[Angular] |✓ |✗ |✓ |✓ | +|[Eta] |✓ |✓ |✓ |✓ | +|[Handlebars] |✓ |✓ |✓ |✓ | +|[HTML] |✓ |✓ |✓ |✓ | +|[HTMX] |✓ |✓ |✓ |✓ | +|[Markdown] |✓ |✓ |✓ |✓ | +|[Marko] |✓ |✓ |✓ |✓ | |[React] |✓ |✓ |✓ |✓ | |[Solid] |✓ |✓ |✓ |✓ | |[Svelte] |✓ |✓ |✓ |✓ | -|[Voby] |✓ |✗ |✓ |✗ | -|[Vue] |✓ |✗ |✓ |✗ | -|[Web Components]|✓ |✗ |✗ |✗ | +|[Voby] |✓ |✗ |✓ |✓ | +|[Vue] |✓ |✓ |✓ |✓ | +|[Web Components]|✓ |✓ |✓ |✓ | ## Backends -|Frontend |Node|Deno|Bun (web)|Bun (desktop)| +|Backend |Node|Deno|Bun (web)|Bun (desktop)| |----------------|----|----|---------|-------------| -|[Go] |✓ |✗ |✓ |✗ | -|[Python] |✓ |✗ |✓ |✗ | -|[Ruby] |✓ |✗ |✓ |✓ | -|[TypeScript] |✓ |✗ |✗ |✗ | +|[Go] |✓ |✓ |✗ |✗ | +|[Python] |✓ |✓ |✗ |✗ | +|[Ruby] |✓ |✗ |✗ |✗ | +|[TypeScript] |✓ |✓ |✓ |✓ | ## Stores |Frontend |Node|Deno|Bun (web)|Bun (desktop)| |----------------|----|----|---------|-------------| -|[MongoDB] |✓ |✗ |✓ |✗ | -|[MySQL] |✓ |✗ |✓ |✗ | -|[PostgreSQL] |✓ |✗ |✓ |✓ | -|[SQLite] |✓ |✗ |✗ |✗ | -|[SurrealDB] |✓ |✗ |✗ |✗ | +|[MongoDB] |✓ |✓ |✓ |✗* | +|[MySQL] |✓ |✓ |✓ |✗* | +|[PostgreSQL] |✓ |✓ |✓ |✗* | +|[SQLite] |✓ |✗ |✓ |✓ | +|[SurrealDB] |✓ |✓ |✓ |✗* | + +* A server is required [Angular]: /modules/angular [Eta]: /modules/eta