Setting up a social media network.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Setting up a social media network..

what is the best programming language to use in setting up a social media network?

22nd May 2018, 9:59 PM
abdulsammad carlabubakar
abdulsammad carlabubakar - avatar
4 Answers
+ 6
social networking sites are interactive and dynamic sites which require you to understand and apply the 3-tier architure of web programming 1. client 2. server 3. backend client side is the interface that your client interact with. you will need the knowledge and application of html, CSI, javascript, and css. Jquery, Ajax.... are also of advantage server is the business intelligence. it links the clients side to the back-end. php is a good and common server language back-end also known as database is the third part of web programming and it's were all the clients information are stored. structured querry language are best for this and a good example is MySQL.
15th Jul 2018, 4:44 PM
OLANIYI Babarinde Isola
OLANIYI Babarinde Isola - avatar
+ 7
PHP
22nd May 2018, 11:55 PM
Aatif Zaidi
Aatif Zaidi - avatar
+ 6
There is no "better" language for this. The choice of a language is based on the requirements you have and your development team or knowledge. An example of this are the languages that many sites currently use (Scala, PHP, Hack, Ruby, etc). There are other factors that in the future may require you to do a migration, but that will depend on how scalable your project is and the number of users.
22nd May 2018, 10:58 PM
Mickel
Mickel - avatar
+ 3
You will need multiple languages anyway, at least JavaScript html and css but also stuff for the backend, if you don’t want to use nodejs you need python or php or ruby for the backend
22nd May 2018, 11:56 PM
Max
Max - avatar