[Twisted-web] deployment with twistd of simple web application

Axel Rau Axel.Rau at chaos1.de
Tue Nov 5 05:19:43 MST 2013


Hi,

just doing my 1st dynamic web application with twisted.

I have some working python modules, where the entry point is:
---
resource = RootWeatherPage()
meteoFactory = Site(resource)
reactor.listenTCP(80, factory, interface='some IP4')
reactor.listenTCP(80, factory, interface='some IP6')
reactor.run()
---

Now I want to use twistd web.
How do I do that?

Thanks Axel
---
PGP-Key:29E99DD6  ☀ +49 151 2300 9283  ☀ computing @ chaos claudius




More information about the Twisted-web mailing list