問題タブ [lock-in]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
9 に答える
2461 参照

python - Google App Engine Python のロックインから抜け出すには?

Google のインフラストラクチャがなくても他のプラットフォームで動作するGoogle App Engine Python コードを作成するためのガイドラインはありますか?

他のプラットフォームで Google App Engine 用に設計されたアプリケーションを実行できるオープン ソース フレームワークを作成する既知の試みはありますか?

編集:

明確にするために、質問は実際には次のとおりです。

現在 Google App Engine でアプリケーションを開発している場合、後で別のプラットフォームに移行できますか?それともロックインですか?

0 投票する
4 に答える
13522 参照

android - Google Play サービス: Google Play が搭載されていないデバイスをどのように処理しますか?

Google Play サービスは、以下を提供することを目的とした Android ライブラリです。

  • OAuth 2.0 認証
  • Google+ ログイン
  • Google+ +1 ボタン
  • その他グッズいろいろ

これを使用した場合 (たとえば、Google+ サインインが必要なため)、デバイスに Google Play がないユーザーはどうなりますか? (Nook、Cyanogenmod、China Mobile、古いデバイス、おそらく Huawei?など)

質問:私のアプリはそのようなデバイスと互換性がなくなりますか? 互換性があると表示されますが、クラッシュするか、動作しませんか?
Google Play サービスを使用する際に、これを念頭に置くベスト プラクティスはありますか?