On Sat, Jan 23, 2016 at 11:53 AM, David Williams <williams.davi...@gmail.com
> wrote:

> is Google App engine designed in a way that makes offline development easy?
>
> Its usually pretty simple to install mysql and php on a computer.
> develop the app, then transfer.
>
> I do not have internet.
>
> Is there any way to develop for app engine?
>

As timh said, as long as you can download and install the App Engine SDK
for your preferred language and platform (plus whatever tools &c you need,
e.g mysql if that's what you desire), you can do the development itself,
offline, locally. Eventually you will need to upload ("deploy") the
resulting application for it to be served online, of course (just as you
would for any app to be served online, of course).


> Sounds really cool!!!
>
> also what is the story on databases with google app engine??
>

There are several, but the two you can most easily develop for locally are
the Datastore (a highly scalable NoSQL DB, which comes with App Engine -- a
local emulator thereof is part of each App Engine SDK) and mysql (you can
develop locally, offline, on a local mysql server; then when you deploy use
Cloud SQL, which is mysql running online on Google's servers).


>
> Thats pretty cool you can run a website with a java program.. thats the
> idea right?
>

Python, Java, Go, and PHP, are the four server-side languages that are
currently fully supported on App Engine (in the order in which the support
was launched over time).


Alex


> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/7eabc21b-06d0-470d-853a-317dfb11fdd4%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/7eabc21b-06d0-470d-853a-317dfb11fdd4%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE46Be9LrVpr78qDd3qMWyAJW3gy_x2pcB11bhFb6_VT57pXEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to