Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We are working on a web application that needs to allow third parties to create and embed small widgets into the app. These widgets need to be developed by the third parties themselves and provided to our app.

We must not have any compile time dependencies i.e. our app cannot be recompiled in any form to include these widgets. At best we can provide an SDK against which 3rd parties will compile their widgets.

What are the best options / frameworks to achieve the same. I know of opensocial but its losing momentum and is too closely geared for soical apps.

Do you advise any 3rd party JS framework to achieve the same ?

And last but not least what kind of security implications we need to be aware of ?

Note - I found this other question that sort of resembles mine but has no answers.

What is the best way to support 3rd party "widgets" that are embedded in a web application?

share|improve this question
alright. I got a new badge only for asking this question. No answers yet and nobody has upvoted or anything.. – Debasish Aug 29 '12 at 16:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.