Please enable JavaScript.
Coggle requires JavaScript to display documents.
App Backend (Backend (Servers (Google Cloud, Amazon Cloud), APIs,…
App Backend
-
Django Rest Framework
API
Common interface that specifies how one computer application can talk to another computer application in a way understood by both.
-
gson
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.
-
Dynamic Web App
hosting a web app that relies on a backend and/or database to function: Google Cloud Platform (GCP), Amazon Web Services (AWS), and Microsoft Azure.
Heroku
Use Heroku for free backend app hosting
Heroku also offers a free tier. The difference with Heroku is that you can indefinitely run up to 100 backend apps at the same time for free. Not only will they provide a server for your application code to run on, but there are also lots of free plugins to add databases and other external services to your application cluster. It's worth noting that Heroku has a wonderful, developer focused user-experience compared to its competitors.
Parse
Build applications faster with object and file storage,
user authentication, push notifications, dashboard and more out of the box.
-
Rest API
A RESTful API is an AP) that uses HTTP requests to GET, PUT, POST and DELETE data.
-
Static Front-end Website
These are self-contained websites, consisting of HTML, CSS, and Javascript files, that do not rely on custom server-side APIs or databases to function.
-
-