Sign in
Log inSign up

How can we integrate an plugin architecture in to a web application?

Aqueel Aboobacker's photo
Aqueel Aboobacker
·Mar 3, 2018

Problem: I get different customer requirements for a business application that has many common modules. So I decided to develop an minimal application that can take functionalities as plugins. Whenever I get a new requirement I will be developing new plugin instead of editing the entire application. How can I implement this plugin architecture?

Programming language : Python