Skip to content

Hosting possibilities for gatsby app that does data fetching #27887

Answered by herecydev
dsfrederic asked this question in Help
Discussion options

You must be logged in to vote

Gatsby isn't doing anything unique for data fetching that other javascript applications are doing. So really the same rules & challenges apply. If you want a unified approach you could use something like Azure Static Web apps or Netlify functions.

If your backend is hosted on a different domain then you may have CORS to setup. But otherwise theirs not really any additional complexity.

Your general considerations will be around security, scalability, consistency, ease of deployment, etc. These are all massive topics though!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@dsfrederic
Comment options

Answer selected by wardpeet
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants