0

I would like to develop à cloud application collect all the API of google ( spreadsheet, d'oc, drive , maps , G+, hangout, youtube...) what is the better way ,and the better language to develop a cloud application using all the Api of google Thank you for your response

Marooweb
  • 476
  • 3
  • 8
  • 21

1 Answers1

0

I think the best way to develop a web application that uses a lot of Google API's is to use Google App Engine. That way, your code runs on Google's server infrastructure, close to the servers that offer the API's you mention.

On GAE, you can take your pick between Python, Java, PHP or Go, whichever you prefer. I like the Python environment best, but both the Python and Java environments are stable and well-supported. (See here for more information).

However, in a more general sense, you should base your decision on which environment, language and tools to use on what you're familiar and comfortable with.

Community
  • 1
  • 1
Wander Nauta
  • 18,832
  • 1
  • 45
  • 62
  • I'm fluid in google Apps script , and i think that i can use the most API of google , but i'm scared if it is the best decision for a great cloud application or no ? – Marooweb Nov 03 '13 at 12:00
  • Google Apps Script has nothing at all to do with Google App Engine. – Wander Nauta Nov 03 '13 at 12:01