I wrote a self-hosted SignalR app (a windows service). Now I want to add NancyFx to this app for handling the UI - a self-sufficient, drop-in web app without any external dependencies.
I know we can have a self-hosted SignalR app. Also we can have a self-hosted NancyFx app.
Now, how to combine these two in one app? Which one should host which one?