Replies: 6 comments 5 replies
-
Hi, I'm not too sure how Bun would apply to Streamsync as the latter doesn't use a server-side JavaScript runtime. The backend is Python, and all the |
Beta Was this translation helpful? Give feedback.
-
You could use it instead of npm as a package manager for example. You could replace npm by bun. Maybe there are other use case but I am a low level developer so I don't know a lot about the world of javascript :) |
Beta Was this translation helpful? Give feedback.
-
Also instead of FastAPI/Uvicorn you could use:
I think that could skyrocket the performance. |
Beta Was this translation helpful? Give feedback.
-
dont think you are going to have that many throughput in your spa |
Beta Was this translation helpful? Give feedback.
-
shifting to Bun for Streamsync won't really have any significant impact, at least for the next year or so. Streamsync mainly using it for building purposes, and it won't affect end users in the slightest. |
Beta Was this translation helpful? Give feedback.
-
Hi, yes I second what @SurajRaika regarding Bun. Regarding alternatives to FastAPI, this can potentially be very interesting. Streamsync isn't tightly coupled to FastAPI so it'd be relatively straightforward. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Bun 1.0 got out and I thought that you could use it to speed up a lot streamsync ?
video about bun 1.0
their website
Beta Was this translation helpful? Give feedback.
All reactions