vault backup: 2023-09-10 22:19:52

This commit is contained in:
2023-09-10 22:19:52 +02:00
parent ff6a894925
commit ac04f7f62a
4 changed files with 8 additions and 5 deletions

View File

@@ -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/

View File

@@ -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
---

View File

@@ -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") %>
---

View File

@@ -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