Releases: suryapratapsinghsuryavanshi/BunJs_In_Production
Releases · suryapratapsinghsuryavanshi/BunJs_In_Production
Release v1, Some of the most important Bun.js APIs are used.
- 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