Skip to content

What is the architecture of AB Download Manager? #318

Answered by amir1376
AliYar-Khan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there.

You can find all of your question in the source code.

but If you I want to answer you shortly

1️⃣ Should there be a client-server model?

No. only client is required.

2️⃣ What database would you suggest?

I personally use filesystem as my data source. but you can use database as well.
this can be easily changed in your data source implementation details

How to implement browser integration?

It requires you to be familiar with javascript / typescript and write plugins for browsers.
browsers give you an api (which is javascript) and you can use that api to capture downloads etc.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AliYar-Khan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants