Skip to content

Release v1, Some of the most important Bun.js APIs are used.

Latest
Compare
Choose a tag to compare
@suryapratapsinghsuryavanshi suryapratapsinghsuryavanshi released this 31 Jul 06:57
· 19 commits to main since this release
  • TypeScript: Because I love to write code in ts, and bun support typescript out of the box.
  • For Backend TypeScript runtime, you already know we are using Bun.Js as runtime.
  • Database: Bun supports in-built SQLite so I used it because other databases like Redis or MongoDB consume a lot of bandwidth and are not currently compatible with Bun.
  • Server-side processing: Process Manager 2