What languages must I learn to be able to code a social network? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What languages must I learn to be able to code a social network?

Hello people, I need to know where to commence my coding skills with an aim of being able to code a social network. The languages submitted from which to begin with to that to end with will be very appreciated.

23rd Apr 2020, 8:11 PM
Clancy24
4 Answers
+ 3
You can do it all with HTML5 and Node.js and a database. Use HTML5 for the front end and Node.js for the server side code. You'll need a database solution as well to store user data. Node.js can interface with the databases you choose, MongoDB works really well for this application.
23rd Apr 2020, 9:37 PM
Mike Perkowski
Mike Perkowski - avatar
+ 1
There are more but you can start with those ones for now
23rd Apr 2020, 9:18 PM
Amuwa Timothy
Amuwa Timothy - avatar
+ 1
Any ^^ That's mostly a taste question... For a quick overview of the most used ones: https://medium.com/@stevejim56/programming-languages-for-social-networks-e51ae786b181 However, you must be aware that if most of social network have started with once language, with growing they dispatch implementation of different services (web app) through different languages linked to each others (each being less or more well suited for different tasks) ;)
25th Apr 2020, 3:32 AM
visph
visph - avatar
0
Are the languages 4 (according to sololearn in web development section)
23rd Apr 2020, 8:17 PM
Clancy24