Skip to main content
Best practices
4 votes
0 replies
52 views

My project task is to query devices. I use JS and Bun as my API. Example. On the site user add a device, lets's say over MQTT. He enters MQTT connection parameters and save device. I store in in DB. ...
Sergey Romanov's user avatar
-4 votes
0 answers
66 views

I am setting up a DevContainer and want to install only devDependencies. With npm, I would typically achieve this using: npm install --omit=prod However, I am switching to BunJS and looking for the ...
V. Pravi's user avatar
1 vote
2 answers
73 views

I'm working on a database to store information from .warc files, which are being parsed by a program I wrote in BunJS. The problem is that inserting data into the database takes a long time to insert ...
Logan Rios's user avatar
-1 votes
1 answer
89 views

I want to try out Bun, but I know sooner or later I will need to update it. And it is better not to install it globally, but have it easily managed per project. In other words, what nvm does for Node....
Paul Verest on LinkedIn's user avatar
1 vote
0 answers
27 views

Problem When using bun --hot with Bun.listen(), hot reload fails with an EADDRINUSE error because the previous server instance doesn't close before the new one tries to start. Environment Bun version:...
sultanmyrza's user avatar
  • 5,692
1 vote
0 answers
166 views

I am trying to use standard ECMAScript Stage 3 Decorators in a TypeScript environment. I have configured my tsconfig.json with "experimentalDecorators": false and "target": "...
Daniel de Andrade Varela's user avatar
-1 votes
1 answer
215 views

i am trying to run playwright in bun. but when i run bun run test.ts, the output hangs at Launching Chromium.... output: PS D:\\Javascript files\\ss_url_project_copy\\backend\> bun run test.ts ...
Binaya Shrestha's user avatar
-3 votes
1 answer
74 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
54 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
172 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
449 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
-2 votes
1 answer
299 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
-1 votes
1 answer
129 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
1 vote
0 answers
333 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
  • 11
3 votes
0 answers
249 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

15 30 50 per page
1
2 3 4 5
19