I have a couple of questions, hope you can help me.
I'm trying to understand if colony is a good framework for our case.
We have an SaaS software for people to create online stores that is
based on multitenancy, so instead of a deploy per store we run
everything under the same system. For a while we have been thinking
about developing a plugin system because although there are some
features that are needed for everyone (catalog management, payments,
shipping etc), there are also many features that have to be tailored
for each store (example: sync with a third party inventory software
after an order is made). Ideally we are looking to do something
similar to the plugin architecture of shopify or facebook where the
3th party developers develop in whatever language they want and host
the plugins in heroku, google app engine or somewhere else.
Is colony a good framework for our case? Do you think it can fulfil our needs?
I don't expect a long answer. I'm just trying to see if this applies
to our case :)
2011/6/21 João Magalhães <joa...@hive.pt>: