Which programming language is best suitable for creating an e-commerce app considering the following: java, c#, kotlin, c++?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which programming language is best suitable for creating an e-commerce app considering the following: java, c#, kotlin, c++??

25th Jan 2019, 7:34 PM
Emmanuel Oyovwikigho
Emmanuel Oyovwikigho - avatar
4 Answers
+ 1
Thanks Helio Oliveira Bianchi. Speaking of backend, i guess you are referring to integration of firebase or MySQL database and a payment gateway in the e-commerce app. I have heard of Magento web application but i havent actually make use of it.
1st Feb 2019, 8:12 PM
Emmanuel Oyovwikigho
Emmanuel Oyovwikigho - avatar
0
As it is an e-commerce app, it needs frontend and backend. C# and Java have frameworks to satisfy this demand. And if you want to make a mobile version for it later, you can implement a REST API in your backend to integrate it with your mobile app. P.S.: it needs a backend because you need a server to manage database, user accounts, transactions etc.
29th Jan 2019, 11:21 AM
Helio Oliveira Bianchi
Helio Oliveira Bianchi - avatar
0
Helio Oliveira Bianchi. Thanks for your response. I will follow up with your suggestion
29th Jan 2019, 8:09 PM
Emmanuel Oyovwikigho
Emmanuel Oyovwikigho - avatar
0
I just remembered there are services made exactly to build e-commerce applications, such as Magento. It is paid, but it's not worth knowing more about it. About building an e-commerce from scratch (or any commercial web application): it requires knowledge and experience of many technologies. If you intend to make a complete web application as your first project ever and by your own, that's not the best approach.
29th Jan 2019, 8:48 PM
Helio Oliveira Bianchi
Helio Oliveira Bianchi - avatar