elysiajs / elysia

Ergonomic Framework for Humans
https://elysiajs.com
MIT License
11.19k stars 249 forks source link

ExpressJS support #918

Open shivrsdev opened 2 months ago

shivrsdev commented 2 months ago

What is the problem this feature would solve?

Most people use express for their projects, altough it is mighty slow.

What is the feature you are proposing to solve the problem?

Adding expressJS migration support will make it so you can just replace express with Elysia, then you will have speedy code with

What alternatives have you considered?

No response

Nicolab commented 2 months ago

Maybe this will help: https://github.com/kravetsone/elysia-connect-middleware/