alextc
alextc

Reputation: 3515

Which Parse api to use?

I am tasked to build a web application for data entry. Users will be able to log in and enter some data via browser. The data will be stored in Parse data tables. The web app should be easy and quick to build.

Is Parse able to host my HTMLs? I can program with JavaScript, but wonder which API I should use, JavaScript, REST or Cloud api? Any limitation as to my requirements? Which is the quickest way?

Thanks!

Upvotes: 0

Views: 43

Answers (1)

Jack
Jack

Reputation: 324

Yes parse can hold your HTML and you can host your site on it, you can read more about it here.

If you are building a web app I would use the JavaScript sdk.

Parse has a lot of documentation and its actually really good. This here would be a good place to start.

Hope this helps!

Upvotes: 1

Related Questions