I did find this: http://code.google.com/appengine/. Looks like you can build a free web service (< 500mb) using Google App Engine. Anyone try this and run a gadget off of it?
Geoff On Oct 13, 12:06 pm, JeffWithAG <[EMAIL PROTECTED]> wrote: > Thanks Benjamin - > > I'll look into working with GTalk. I didn't want to go through the > process of setting up a public backend if I could leverage something > else. > > Geoff > > On Oct 13, 11:57 am, "Benjamin [API Guru]" <[EMAIL PROTECTED]> > wrote: > > > Hello Geoff, > > > you can use the Google Talk integration to communicate between gadgets > > (http://code.google.com/apis/desktop/docs/gadget- > > googletalk_apiref.html). This however only works when the users have > > Google Talk running and you will have to send any changes to your data > > to all friends to synchronize their internal database. There is no > > built in way to easily create a real shared db. If you want to have > > one persistant storage for several users of the same gadget you should > > try to create your own web backend and some interaction frontend which > > will be called by a XMLHttpRequest object. > > > Best regards, > > Benjamin > > > On Oct 13, 8:39 pm, JeffWithAG <[EMAIL PROTECTED]> wrote: > > > > Hello All - > > > > I'm looking for suggestions... I'm looking to build a gadget that > > > shares data between several people. I'd like to know what options are > > > available to do so without setting up a shared db. Can data be stored/ > > > shared between Goggle/gmail accounts or some type of shared space > > > within the Google cloud? > > > > Thanks in advance! > > > Geoff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" 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-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
