I have a stateful daemon to which I'd like to add a REST api to check status, and allow some manipulation. Looking at the various examples, it seems that Dream is always hosted. Is there a way to just embed the REST engine so that I can have the requests running in the same process with access to the daemon's state objects?
thanks,
arne


Reply With Quote