futurepress / react-native-static-server

HTTP static file server for React Native
MIT License
360 stars 183 forks source link

Access logs? #68

Open axelvugts opened 5 years ago

axelvugts commented 5 years ago

Hi!

Is it possible to keep track of the files that are being accessed? I would like to start a static-server, wait until a client has downloaded a file, and then shut the server down. Is this possible?

– Axel