<div dir="ltr">This is not the simplest example, but if you take a look at this project, it has what I think you are describing:<div><br></div><div>  <a href="https://github.com/cwaldbieser/synthproxy">https://github.com/cwaldbieser/synthproxy</a></div><div><br></div><div style>The "BindProxy" proxy has an administrative web service based on Klein.  It really only has a single resource for deleting items from the cache, but it shows one way how to integrate the web interface with your other network service.</div><div style><br></div><div style>Thanks,</div><div style>Carl Waldbieser</div><div style><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 23, 2015 at 4:44 PM, Benjamin BERTRAND <span dir="ltr"><<a href="mailto:beenje@gmail.com" target="_blank">beenje@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have a Twisted network application that I deployed as a twistd plugin.<br>
I have different configuration files defining several parameters including some Redis pub/sub channels.<br>
Today I use a script to stop and start the plugin with the proper configuration file.<br>
I’d like to make a web UI to be able to change the configuration of the application.<br>
<br>
I already saw some people asking about that but I haven’t found any example.<br>
Could anyone point me to some examples of a Twisted application with a web UI?<br>
<br>
I have developed some Flask web app, so I think it would be easier for me to start with Klein.<br>
But I’m not against trying Nevow (Twisted docs recommend it for this purpose).<br>
<br>
Thanks<br>
<br>
Benjamin<br>
_______________________________________________<br>
Twisted-web mailing list<br>
<a href="mailto:Twisted-web@twistedmatrix.com">Twisted-web@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web</a><br>
</blockquote></div><br></div>