hapijs / hapi

The Simple, Secure Framework Developers Trust
https://hapi.dev
Other
14.58k stars 1.34k forks source link

How to dynamically modify plugins without restarting the server each time #4513

Open shihuojian opened 2 months ago

shihuojian commented 2 months ago

Runtime

node

Runtime version

21.1.6

Module version

21.3.9

Used with

hapi

Any other relevant information

No response

How can we help?

I need to be able to dynamically modify plugins in the development environment without restarting the service every time, because that experience is too bad. Is it currently possible?

damusix commented 1 month ago

@shihuojian Can you elaborate what you mean? Like a hotreload?