Is it possible to install and use OpenRasta without IIS? If so, how?
A:
Look at the various examples online about using the httplistener host for usingthe http.sys integration. You can also run it in-memory for unit testing, look at the inmemoryhost classes.
An of course you can implement your own hosting if u need.
serialseb
2010-09-21 20:10:46
I am still looking for examples online. We are currently using HTTPListener, (but not RESTfully) so I am (more) familiar with this, but I haven't yet seen an example of using OpenRasta with HTTPListener. I'll continue looking.
pc1oad1etter
2010-09-22 02:46:27
Don't hesitate to contribute a page or a link in the wiki, it would be good to bring this back to the documentation!
serialseb
2010-09-24 01:10:44
Are you moving the documentation and the source to github or just the source?
pc1oad1etter
2010-09-30 02:19:35
A:
This thread provides an example of an HTTPListenerHost
- Create Console Project
- Add OpenRasta references
- Add Initial code from thread
- Wrap using(OpenRastaConfiguration.Manual) around the contents of the Configure() function
pc1oad1etter
2010-09-23 15:31:24