code-attic / Symbiote

Open source framework for distributed application development
http://www.sharplearningcurve.com/wiki/Symbiote-Main.ashx
Other
32 stars 5 forks source link

TopShelf Shelving #1

Open kriswill opened 14 years ago

kriswill commented 14 years ago

Any thoughts on how to adapt Symbiote to the TopShelf "Shelving" Feature? I would love to be able to do 2 things: 1) run symbiote as a console app at dev time, 2) deploy services as shelves using xcopy deployment, and have topshelf run them as app-domains.

The second feature would require some app.config tweaking and a deployment script. However, perhaps there's a fluent way of telling topshelf to load a shelf?

arobson commented 14 years ago

Kriswill,

Thanks for the comment, I'm definitely going to be looking into this very soon as this is a feature we need on a project that I'm using Symbiote on. Stay tuned :)

Alex