Tech News
← Back to articles

Show HN: FaynoSync Self-Hosted API for Automatic App Updates

read original related products more articles

FaynoSync

This application is a simple API server for automatically updating client applications. It allows you to upload your application to S3 and set the version number. The client application can then check the version number against the auto updater service API. If the service has a newer version, it will return a link to the updated service, and the client application will show an alert.

The API server is designed for straightforward and intuitive application management. It supports updating client applications both in the background and on-demand, depending on how it's implemented in the client application. This provides flexibility in choosing the update method that best suits your needs.

Documentation

The documentation is available in this repository faynoSync-site and at this link faynoSync Documentation.

Frontend

The repository with the available frontend is available in this repository faynoSync-dashboard.

Client Application Examples

You can find examples of client applications here.

API usage template

... continue reading