SyStem-5 / NeutronServer

Neutron server is used for managing application updates (push or normal) and other remote managing operations.
1 stars 0 forks source link

Update manifest generation can be replaced with a client-sided solution. #13

Open SyStem-5 opened 5 years ago

SyStem-5 commented 5 years ago

Update manifest generation is a tasking process and it can be replaced with a client-sided solution that does the same thing.

This is viable because the list of versions isn't going to be big, instead, the list is going to be cleaned-up every week or so to contain only relevant versions (versions that some clients still haven't updated to).

The versions parameter provided by the client might not be useful anymore.

SyStem-5 commented 5 years ago

For NECOs version comparison: https://crates.io/crates/semver/0.9.0