Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Code vs. Google App Engine?

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

like image 415
Genadinik Avatar asked Feb 25 '23 13:02

Genadinik


1 Answers

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).

like image 194
Rup Avatar answered Feb 27 '23 02:02

Rup