+ 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.
6 odpowiedzi
+ 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.
+ 1
There are more but you can start with those ones for now
+ 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) ;)
0
Are the languages 4 (according to sololearn in web development section)