I have a server application, and i want to embed a web interface on it
to get statistics and do administration.
Take a look at src/manostool/ServerCommand.cs that's basically what
you'd have to do. Right now it runs in a fully blocking mode, so
you'll have to start it in another thread.
Cheers,
Jackson