-
I ran into a very strange bug, which might be either a Shiny or Connect bug. When I deploy the basid dashboard template to our Connect server using both Core and Express the Express app takes about 45…
-
# Issue: Configuración de Backend en Express
## Descripción
Se necesita completar la configuración del backend en Express. La base del proyecto ya está creada en la carpeta `API`, pero es necesari…
-
-
### Description
It seems that Express v5 is actually close: https://github.com/expressjs/express/releases/tag/v5.0.0
We should ensure we have support for this. This means ensuring that this is suppo…
-
Hello there! [Express v5](https://github.com/expressjs/express/releases/tag/v5.0.0) was just released. It'd be great if we could get support for this as we're encountering errors when running with dd-…
-
Easy way of limiting the amount of requests from an IP-adress --> Prevents **DoS attacks** and **brute forcing**
-
would you be up for PRs:
- migrating from `jest` to `vitest`
- removing/reducing the use of `axios` in favour of the Fetch API
additionally, would you consider a PR refactoring the library to…
-
Ref: https://github.com/openjs-foundation/project-status/issues/15#issuecomment-2410399877
As discussed today in the CPC meeting, the idea is to work on this in the following weeks and evaluate the p…
-
# Issue Template
## Description
Modularizing your Express code can improve maintainability and readability
## Steps to Reproduce
Please provide step-by-step instructions on how to reproduce …
-
### Environment
Nuxt with default node env
### Reproduction
```js
import createApp from 'express';
import {IncomingMessage} from 'unenv/runtime/node/http/_request'
import {ServerResponse} …