birdofpreyru / react-native-static-server

Embedded HTTP server for React Native
https://dr.pogodin.studio/docs/react-native-static-server
Other
135 stars 21 forks source link

Measures to be taken for keeping the server available for longer durations #64

Closed qwertynik closed 1 year ago

qwertynik commented 1 year ago

From the codebase, API ref did not find anything that stops the server after a certain period of inactivity. However, not certain how long the server can remain idle and be usable. Are there any recommendations that can be implemented to make the server available for longer durations?

birdofpreyru commented 1 year ago

As you said — I believe, there is nothing stopping the server after a certain period of inactivity.