tsoa icon indicating copy to clipboard operation
tsoa copied to clipboard

feat: add ultimate-express (10x faster drop-in replacement for Express)

Open nigrosimone opened this issue 8 months ago • 0 comments

Add ultimate-express

The Ultimate Express. Fastest http server with full Express compatibility, based on µWebSockets. 10x faster drop-in replacement for Express

Benchmarks

I have just one test failing, some mantainer can help me to understand the problem?

tsoa-tests:   1 failing
tsoa-tests:   1) Express Server With custom multer
tsoa-tests:        file upload With custom multer instance
tsoa-tests:          cannot post a file with wrong attribute name:
tsoa-tests:      Uncaught TypeError: Cannot read properties of undefined (reading 'status')
tsoa-tests:       at \tsoa\tests\integration\express-server-custom-multer.spec.ts:39:20      
tsoa-tests:       at Test.<anonymous> (integration\express-server-custom-multer.spec.ts:216:13)
tsoa-tests:       at Test.assert (\tsoa\node_modules\supertest\lib\test.js:172:8)

All Submissions:

  • [x] Have you followed the guidelines in our Contributing document?
  • [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • [x] Have you written unit tests?
  • [x] Have you written unit tests that cover the negative cases (i.e.: if bad data is submitted, does the library respond properly)?
  • [x] This PR is associated with an existing issue?

Closing issues

closes #1762

If this is a new feature submission:

  • [x] Has the issue had a maintainer respond to the issue and clarify that the feature is something that aligns with the goals and philosophy of the project?

Potential Problems With The Approach

Test plan

nigrosimone avatar May 02 '25 08:05 nigrosimone