Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
293 views
in Technique[技术] by (71.8m points)

graphql - What is the concept of an Parse server project with an express application?

Sorry if the title makes you confuse. I mean, I'm working with the Parse Server. My job is creating an express js app on the client-side. I'm a little bit confused with the concept of Parse server. It includes 3 part:

  • A parse server
  • A Dashboard
  • An express application I develop from this SDK. Javascript SDK

But sometimes, it makes me confuse that if I doing right. Sometimes, I don't know where should I put the code on the Parse Server or the express app. For example, when I interacted with graphQL, I create the schema and define the could function in the Parse server, but I can't call it in the express app, and when I read the document(here), I wonder that should I put the schema and define the cloud Code in the express app, but I still think it doesn't right.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...