The title says it all. What programming languages will I need to learn to create a social media app/website like Facebook?
Asked
Active
Viewed 145 times
1 Answers
-3
Facebook is written in PHP. I don't think that anybody would recommend creating a site in PHP these days. Facebook even needed to create their HHVM to improve performance and compensate for PHP's shortcomings.
In all honesty, there are a million ways you could go. Myself, I would recommend Spring Boot for the backend and React JS for the front end, but that is just an opinion.
So... Java and JavaScript. But you could just as easily write an effective app in Go, Ruby, or any other language. It's about how you utilize the language, the existing frameworks, and how much time you're willing to put into building libraries that may not exist for functionally you may need.

cerberus
- 322
- 3
- 8
-
This isn't even on topic here! – Michael Hampton Mar 04 '17 at 04:18
-
Sorry Michael :( I would've put it on hold if I could... probably shouldn'tve answered! – cerberus Mar 04 '17 at 04:19