I am confused. I thought these were both hosting solutions that Google sells or makes free. What is the difference between the two?
Thanks,
Alex
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Google Code is a SourceForge-style hosting solution for open source projects: you can host your code in a supplied Subversion or Mercurial repository and document your project in a wiki. You cannot run code on Google Code, only upload your source code to share with others. It’s free.
Google App Engine is a general cloud application host. You can host web sites written in Python or Java, actually running code on Google’s servers, with cost proportional to usage (it’s free up to some amount).