Skip to main content
-3 votes
1 answer
65 views

I'm working on a project from Roadmap.sh with TypeScript (v5.9.3) running on Bun (v1.3.3 on a Linux x64 VM). Currently I'm writing the data access logic, implemented using the Repository pattern, but ...
gilacc's user avatar
  • 17
1 vote
0 answers
30 views

I'm deploying a Bun + Express application to Vercel. Locally, my Express app works perfectly with routes defined in separate files and imported into index.ts. However, on Vercel, the deployment ...
Dev Ayush's user avatar
  • 143
Advice
0 votes
2 replies
57 views

Bun supports React, it can do SSR, it can work as backend server with routing etc. I am trying to figure out if there is an elegant way to create a fullstack application as a single project. I am ...
zoonman's user avatar
  • 1,163
0 votes
1 answer
115 views

The TailwindCSS website currently doesn't have any guidance related to Bun, so it's difficult for me to figure out how to properly integrate v4 with Bun SSR. I found a bun-plugin-tailwind dependency ...
Gabriel Rubio's user avatar
-1 votes
1 answer
133 views

I have created a .env file then I have written this code: VITE_API_URL=http://localhost:5000/api I have applied the "VITE_API_URL" environment variable, but it gives an error. I also tried ...
Romjan Ali's user avatar
0 votes
1 answer
84 views

when i test my code with jmeter my average respond time on the bun with cache is higher that node.js that dont, i using 100 thread with period 1 second, but it seems the standard deviation is better ...
Mr F's user avatar
  • 1
0 votes
0 answers
180 views

I'm trying to install a private Bitbucket Git repository as a dependency in my project using Bun v1.2.10 on Windows. My package.json dependency: "dependencies": { "@repo/sdk": &...
ferwtqe's user avatar
2 votes
0 answers
145 views

According to the official Inngest documentation, I’m setting up Inngest with a Next.js App Router project using the Bun runtime. I followed the installation steps exactly as described. However, when I ...
Grenish Rai's user avatar
1 vote
1 answer
127 views

Since installing bun on my Windows 11 pc and using node.js with npm for a several years, all of the npm functionality have crashed such as npm start and npm create in react.js and react-native. Also ...
GeorgeM's user avatar
  • 11
2 votes
1 answer
66 views

I'm building a website using React with Bun, also Tailwind 4. (Don't think this matters, but anyway) import logo1 from "./logo_stroke.svg"; import logo2 from './assets/logo_stroke.svg'; .......
Legend27 from that one ad's user avatar
1 vote
0 answers
125 views

I created a bun project: bun init --react and then added .env file along project.json: BUN_PUBLIC_BAR="BAR1" BUN_PUBLIC_FOO="FOO1" my bunfig.toml: [serve.static] env = "...
deryk's user avatar
  • 141
1 vote
2 answers
221 views

Gentoo Linux. Node v22.13.1. bun --watch ./uws/uws.js 17 | 18 | module.exports = (() => { 19 | try { 20 | return require('./uws_' + process.platform + '_' + process.arch + '_' + ...
CodeGust's user avatar
  • 864
0 votes
0 answers
60 views

Please comment how to enable Metal with tfjs-node on MacOS +Metal isn't ready with tensorflow (c++) on the server side. bun ./verify-backend.js const tf = require('@tensorflow/tfjs-node'); async ...
madeinQuant's user avatar
  • 1,823
0 votes
0 answers
49 views

I'm trying to use arcjet middleware to protect my express routes against spamming and bots but in their documents i only get option for plain bun or node.js and express, while i'm using bun & ...
WOLF's user avatar
  • 79
1 vote
0 answers
71 views

user.routes.ts: import { Elysia } from "elysia"; import { authMiddleware } from "../middleware/isAuthenticated"; export const usersRoutes = new Elysia({ prefix: "/users" ...
meek's user avatar
  • 49

15 30 50 per page
1
2 3 4 5
18