Hello all ;]

On Thu, Sep 16, 2010 at 1:04 AM, Robert Kluin <[email protected]>wrote:

> Not to mention that AppEngine only speaks HTTP.
>
>
>
AppEngine can also do xmpp.

You can relay IRC messages to AppEngine. My bot can be used to send events
on an IRC bot over to AppEngine for example. It uses jabber (xmpp) send
these events over.
The other way around, web or xmpp from AppEngine to IRC is also possible.

Take a look at http://jsonbot.googlecode.com if you are interested

Greets,

Bart

>
>
>
> On Wed, Sep 15, 2010 at 16:58, Barry Hunter <[email protected]>
> wrote:
> > I doubt it will as such.
> >
> > AppEngine is designed to respond to requests. The most common being a
> > web-request. So a request comes in, a script runs for a short time and
> > returns the responce.
> > (it also responds to background tasks etc)
> >
> > A IRC server would pretty much need to run continouslly and read and
> > possibly respond to messages.
> >
> > No of course it might be /possible/ with a some crafty hacking, but
> > its not what appengine was designed for, so it wont be an easy fit.
> >
> >
> >
> >
> > On 15 September 2010 15:09, Luis Díaz <[email protected]> wrote:
> >> Greetings!
> >>
> >> anyone knows how to implement an irc server in GAE
> >>
> >> using python.
> >>
> >> I have not much information on irc.
> >> there are free servers .. or nodes
> >>  but I would like to implement your own to manage my taste
> >>
> >> --
> >> Díaz Luis
> >> TSU Analisis de Sistemas
> >> Universidad de Carabobo
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "Google App Engine" group.
> >> To post to this group, send email to [email protected].
> >> To unsubscribe from this group, send email to
> >> [email protected]<google-appengine%[email protected]>
> .
> >> For more options, visit this group at
> >> http://groups.google.com/group/google-appengine?hl=en.
> >>
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> > For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
> >
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to