Python web service ...

NicolasG nicolasg at gmail.com
Wed Aug 30 06:25:17 EDT 2006


You mean to use only python HTTP socket library ?
I never had use sockets before, it has a big learning curve ?
Gabriel Genellina wrote:
> At Monday 28/8/2006 20:45, Nicolas G wrote:
>
> >If I want to run my program as a web service I need to setup a
> >webserver , am I right ?
> >Whars that difference ? can a webservice be run without a webserver ?
>
> Well, a webservice uses HTTP as its transport protocol, so you need
> an HTTP server, but you don't have to use a full-blown web server to
> implement it. SimpleHTTPServer
>
>  in the standard library may be enough.
>
>
>
> Gabriel Genellina
> Softlab SRL
>
>
>
>
>
> __________________________________________________
> Preguntá. Respondé. Descubrí.
> Todo lo que querías saber, y lo que ni imaginabas,
> está en Yahoo! Respuestas (Beta).
> ¡Probalo ya! 
> http://www.yahoo.com.ar/respuestas




More information about the Python-list mailing list