Comment on How does app forking works exactly (ex: forkgram)?
folkrav@lemmy.ca 3 months ago
An app “talks” to server through some interface (what they call an API). If the interface is known, another app can use the same interface. Telegram goes as far as providing code that interfaces with their protocol and full API documentation to explain how to use it. The base app is open source too, so developers can even peek at how the official app does it for inspiration.