Answer the question
In order to leave comments, you need to log in
node.js post request to php
The situation is this, I have a game on node.js and after the victory there is a post request to php to calculate the rating and so on.
The question is what is the probability that the server can glitch and the post request will not reach php and how to deal with it?
Answer the question
In order to leave comments, you need to log in
You need to handle errors, that's all. If something glitches, determine the type of error, if the request did not reach your php application, then send the request again.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question