+ 3
To build a website like Facebook,Instagram Which programming languages are required??
5 Respostas
+ 19
Especially PHP & MySql, because Social Network are strongly based on server-side languages.
CSS and Javascript for a better User Experience!
Obviously, HTML, because is the language of web!
Anyway, build a project like Facebook from zero, it's too much for one person only... try to make something of similar but more simple, maybe with a PHP framework.
- Please for the next time use the "Search Button" before posting your question -
https://www.sololearn.com/discuss/350769/?ref=app
https://www.sololearn.com/discuss/319800/?ref=app
https://www.sololearn.com/discuss/312863/?ref=app
+ 8
Html, CSS and other front end programming languages (eg. JQuery, JavaScript).
And Laravel(Php) or Asp .net(C#) for server or back end.
And if you also want to make mobile apps for your website like Facebook app you can use Android Studio(Java) or Xamarin(C#).
+ 2
you can also use asp.net to build any website with the help of C#.
Don;t dream that big, do something smaller and do it well
+ 1
SQL is a really easy language to pick up, and you'll need it for a large database like facebooks
0
Facebook is made mainly with php. It use SQL database and apache server. Teamwork is behind development of Facebook.