diff --git a/Notes/Fleeting/Bun 1.0 dropped.md b/Notes/Fleeting/Bun 1.0 dropped.md index 5f5a214..732d6da 100644 --- a/Notes/Fleeting/Bun 1.0 dropped.md +++ b/Notes/Fleeting/Bun 1.0 dropped.md @@ -2,13 +2,18 @@ tags: - note/fleeting - to-review -relates to: -references: "[https://bun.sh/](Bun)" +relates to: "[[Bun]]" creation date: 2023-09-10 22:00 modification date: Sunday 10th September 2023 22:00:57 --- # Bun 1.0 dropped +So [[Bun]] dropped in 1.0 and it seems really powerful as a drop-in replacement for [[Node JS]]. It runs tests faster than [[Vitest]], builds and runs [[Typescript]] like there's no tomorrow and has a built-in package manager that's supposed to be way better than `npm`. +I'd like to test Bun with [[Astro]] as a full stack framework. [[Nuxt]] seems to work on it as well if SPA or high-interactivity is needed. Finally it should run [[Vue]] fine in [[Tauri]]. + +The thing I'm curious about though is the usage of a backend framework like [[Elysia]]. Elysia seems to only take care of the backend but is made for performance on top of bun for something like [[REST API]], [[Websocket]] API, that kind of stuff. It could be a good fit for anything that doesn't need a UI. It's the javascript equivalent of [[Fast API]] in python. --- +# References + - https://bun.sh/ diff --git a/Notes/Fleeting/Business plan.md b/Notes/Fleeting/Business plan.md index ed68c62..2d3384f 100644 --- a/Notes/Fleeting/Business plan.md +++ b/Notes/Fleeting/Business plan.md @@ -3,7 +3,6 @@ tags: - note/fleeting - to-review relates to: "[[Starting my own game company]]" -references: creation date: 2023-09-10 10:07 modification date: Sunday 10th September 2023 10:07:30 --- diff --git a/Templater/Fleeting Note.md b/Templater/Fleeting Note.md index 652bf30..fe33280 100644 --- a/Templater/Fleeting Note.md +++ b/Templater/Fleeting Note.md @@ -3,7 +3,6 @@ tags: - note/fleeting - to-review relates to: -references: creation date: <% tp.file.creation_date() %> modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %> --- diff --git a/Templater/Literature Note.md b/Templater/Literature Note.md index 60c22dd..523aa5f 100644 --- a/Templater/Literature Note.md +++ b/Templater/Literature Note.md @@ -3,7 +3,6 @@ tags: - note/literature - to-review relates to: -references: creation date: <% tp.file.creation_date() %> modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %> --- @@ -12,3 +11,4 @@ modification date: <% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") % --- +# References