theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

Cache the APK to skip Downloading APK at client #59

Closed mwshubham closed 3 years ago

mwshubham commented 3 years ago

Is your feature request related to a problem? Please describe. It will solve slow internet related problems

Describe the solution you'd like APK should be downloaded to servers and results should be shared on clients. This will speed up the process and effective caching can help to display results with much ease.

theapache64 commented 3 years ago

Hi @mwshubham,

Initially, I started the project with the same architecture. The problem was we needed strong servers (simultaneous decompiling takes a lot of time) with clustering to balance the load, and also these servers are pretty costly. As a mobile dev, I won't be having much time to take care of the servers. so that's why I moved with the current architecture where the decompiling will be done at the client's side.

By the way, we've another caching mechanism inside Stackzy. Are you aware about that?

See https://twitter.com/theapache64/status/1380093648969195523