I want to build a hybrid application (Web technologies embedded in a desktop app).
I will start with a Web version and the embed it using WebKit, but I don’t want the embedded version to service requests through a TCP port.
With WebKit (Qt,Gtk) I can intercept all URL requests and act on them.
What I’m missing is a way to invoke the Flask URL-to-callable dispatcher without going through TCP (or WSGI).
Any ideas better than analyzing the call stack with a debugger?
Simon Sapin answered on the (quite active) Flask mailing list: