Code Monkey home page Code Monkey logo

Comments (2)

probonopd avatar probonopd commented on June 3, 2024

I see two main strategies around this.

  1. In certain intervals, e.g., once per hour, get the feed from https://appimage.github.io/feed.json using a cron job on a server and get the version information from the upstream sites; then output another feed which is in turn consumed by the clients; or
  2. When launching the client, only show information that is contained in https://appimage.github.io/feed.json and only when the user clicks on a certain application, start fetching the version information (and other advanced metadata) for that application

Both strategies should dramatically improve launch times. Strategy 1 has the advantage that you can tell which already-downloaded AppImages need to be updated. Strategy 2 has the advantage that new versions will show up in the same moment they are published by the author, which is what I would strongly prefer. Maybe both strategies could even be combined to give the best of both worlds.

Or

  1. Just present HTML pages that are produced on the server

Whatever we do, I think we should try to avoid downloading huge listings to the client. Personally I dislike that in debian-like systems, I always have to wait for minutes to download information about all the packages out there when in fact I only want to install git...

from nx-software-center.

azubieta avatar azubieta commented on June 3, 2024

I just started the nx-software-center-server it will provide a JSON formated web API of the AppImage listings. It will be feed by scrappers from appimagehub.com and and appimage.github.io and also manually for special cases.

from nx-software-center.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.