elysiajs / elysia

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

`app.once()` #620

Open touhidurrr opened 3 months ago

touhidurrr commented 3 months ago

What is the problem this feature would solve?

I noticed that app.on() is available but app.once() is not.

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

app.once() should also be available.

What alternatives have you considered?

None.