言語を選択

ホームページ arrow-right ... arrow-right 開発ソフトウェア arrow-right API管理ツール arrow-right Parse Server

Parse Server の代わりとなる 48 個の無料および有料のリストをまとめました。 主な競合相手はShepHertz App42Stamplayです。 これらに加えて、ユーザーは Parse Server と BinaryOps.ioBackendlessBackendless の間の比較も行います。 また、他の同様のオプションもここで確認できます: 開発ソフトウェアAPI管理ツール


App42クラウドAPIは、開発者がビルドしてデプロイするための500+ MBaaS APIの範囲を提供します...

ブラウザーで完全かつ安全でスケーラブルなバックエンドを構築して、APIと機能を次のようにつなぎ合わせます...

BinaryOps.ioは動的なBaaSであり、開発者が提供することにより、製品をより速く構築できます...

Backendless
Free Subscription

Backendlessはクラウドベースのノーコード・アプリケーション開発プラットフォームで、アプリケーションの構築、デプロイ、管理のための一連のツールを提供します。バックエンドレスにより、開発者は独自のサーバーやインフラを構築することなく、機能的なウェブアプリケーションとモバイルアプリケーションの両方を作成することができる。

Backendless
Free Subscription

Backendlessはクラウドベースのノーコード・アプリケーション開発プラットフォームで、アプリケーションの構築、デプロイ、管理のための一連のツールを提供します。バックエンドレスにより、開発者は独自のサーバーやインフラを構築することなく、機能的なウェブアプリケーションとモバイルアプリケーションの両方を作成することができる。

CleverTap
Free Trial Subscription

CleverTapは、開発者や企業がユーザーデータを収集、分析、活用し、エンゲージメント、リテンション、コンバージョンを向上させるためのモバイルアプリマーケティングプラットフォームです。

Firebaseは、より良いアプリを構築し、ビジネスを成功させるためのツールとインフラストラクチャを提供します。

Back4App
Open Source

コードなしでアプリを作成し、手間をかけずに展開し、ロックなしで拡張します。

SashiDoは、忙しい人向けのParse Alternativeです。

データストレージ、検索、リアルタイムなどを実行する1つの完全なデータベースサービス。

Parse Server is a Parse.com API compatible router package for Node/Express.

Parse Server 概要

Parse Server is a 小さな解析アイコン Parse API compatible router package for Node.js/Express.js.

The open source Parse Server makes it possible to serve the Parse API from any infrastructure that can host Node.js applications. Parse Server provides a way for you to keep your application running without major changes in the client-side code, once you have your data in your own database. The client SDKs support changing the API server location to direct them to your own. This also lets you use the Parse client SDKs with entirely new applications that have no dependency on the Parse hosted services.

Parse Server was built in Node.js and works with the Express web application framework. It can be added to existing web applications, or run by itself.

Basic options:
databaseURI (required) - The connection string for your database, ie mongodb://user:[email protected]/dbname
appId (required) - The application id to host with this server instance
masterKey (required) - The master key to use for overriding ACL security
cloud - The absolute path to your cloud code main.js file
fileKey - For migrated apps, this is necessary to provide access to files already hosted on Parse.

Client key options:
The client keys used with Parse are no longer necessary with parse-server. If you wish to still require them, perhaps to be able to refuse access to older clients, you can set the keys at intialization time. Setting any of these keys will require all requests to provide one of the configured keys.

clientKey
javascriptKey
restAPIKey
dotNetKey

Advanced options:
filesAdapter - The default behavior (GridStore) can be changed by creating an adapter class (see FilesAdapter.js)
databaseAdapter (unfinished) - The backing store can be changed by creating an adapter class (see DatabaseAdapter.js)

Parse Server 機能

tick-square API

トップParse Serverの代替案

ソフトウェアについての意見を共有し、レビューを残してさらに向上させるのに役立てましょう!

Parse Server カテゴリー

API管理ツール

Parse Server タグ

parse-compatible mobile-development-api backend development

変更の提案

あなたのフィードバック

評価を選択してください
評価を選択してください

Your vote has been counted.

Do you have experience using this software?