durusmail: quixote-users: Embedded webServer for quixote
Embedded webServer for quixote
2004-09-01
2004-09-01
2004-09-01
2004-09-03
Embedded webServer for quixote
Sean Leach
2004-09-01
Why not use Twisted w/ Quixote?  Seems to fill the requirement.

http://twisted.sourceforge.net/TwistedDocs-1.2.0/howto/resource-templates.html

I assume this is what you are looking for.

Xavier Combelle wrote:
>
> What I would like is to use Quixote for an interface of an application
> with the web
>
> My only need is to:
> receive the request
> transform for quixote use
> send the response
>
> I don't need anything else as serve several application with one server...
>
> My only need would be to have a multithreaded server .
>
> I think a quick hack using BaseHttpServer would be enough,
> but as I don't masterize quixote, i don't now how make the transformation
> for quixote.
>
> Does anyone know a similar thing ? If no, do you thing it would be useful.
> In my opinion, such a server would be useful because "quixote+standard
> lib" would be a full
> framework to develop a web application.
>
> I propose that quixote become the pythonic tomcat. Who does agree?
>
> Xavier
>
> _______________________________________________
> Quixote-users mailing list
> Quixote-users@mems-exchange.org
> http://mail.mems-exchange.org/mailman/listinfo/quixote-users

reply