How do I use Google datastore for my web app which is NOT hosted in google app engine?

后端 未结 2 1827
一生所求
一生所求 2020-11-27 22:22

I want to use datastore of google in my web app but do not want to host it in google app engine, I want to host it some other machine. So how i can use datastore in such web

2条回答
  •  日久生厌
    2020-11-27 23:08

    Have a look at Cloud Endpoints

    https://cloud.google.com/appengine/docs/java/endpoints/

提交回复
热议问题