Answer the question
In order to leave comments, you need to log in
Node.JS or PHP for developing complex projects with financial transactions?
What technology would be faster/safer to write a trading platform with financial transactions, which will have the following functionality:
- Payment acceptance
- Personal account
- Product catalog
- SSL
Answer the question
In order to leave comments, you need to log in
I'm afraid you can't get by with one of the technologies.
whatever one may say, basically node.js is an online client-server data exchange.
and PHP is still more for writing everything else (catalog, personal account, etc.)
Take PHP, you won't regret it.
The one you know.
SSL does not depend on technology at all.
I also strongly advise you to read about transactions in sql.
Faster - on what you know best. Security in the sense of security depends little on the platform - the techniques are the same everywhere (anti-CSRF tokens, etc.), and security in the sense of reliability again depends on what you know better.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question