Niklas Rosencrantz
Niklas Rosencrantz

Reputation: 26643

Is it possible to switch backend language for an appengine app?

I can test this but I don't know if it's possible. I run a gae app with backend python. If I want to change language to Go, Java or PHP, can I keep my app and my data and just deploy a complete new version of my app that uses another SDK and another language instead of my current choice? Or do I have to create a new app and maybe migrate data?

Upvotes: 0

Views: 564

Answers (1)

Dmytro Sadovnychyi
Dmytro Sadovnychyi

Reputation: 6201

Yes, you can. Each module or even version could be written on any language you want while working with same data.

Upvotes: 2

Related Questions