haishinio / haishin

A website to transcribe japanese language livestreams and then translate them into english
2 stars 0 forks source link

Investigate Bun #88

Closed tomouchuu closed 11 months ago

tomouchuu commented 1 year ago

I somehow ended up on https://bun.sh/ and it does look pretty great.

Potentially means we could look at binning off a lot of the backend things like express + sockets, plus a lot of the rollup building in the packages plus a whole load of child processes.

Would eventually be able to cover #78 when we get to that too so seems a no brainer and would be nice if we can get it set up nicely to watch when the packages change to rebuild them and then the frontend/backends.

tomouchuu commented 11 months ago

Now better possible with https://x.com/turborepo/status/1702791416672387094?s=46&t=SgcdwoIi9XpblRCVJ9YGWA

Also I’m interested in now redoing backend with https://elysiajs.com/ for more speed and better typing etcs.

tomouchuu commented 11 months ago

Also check stars for some examples!