How can I build a social network application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I build a social network application?

I want build an social network application with socket. I want build this application with Java , server with php and connection between Java and php with js(Java script). If this is not useful please help me.

21st Mar 2017, 9:55 PM
ThisIsRoot
ThisIsRoot - avatar
2 Answers
+ 3
Note that Java and Javascript has nothing in common besides the name. Creating your own Social Media is totally possible if you are up for the challenge (referring to the competition). I saw a talk on Ruby on rails where their first tutorial was creating a social media platform. You are going to need a lot more, HTML (the bones of the site), PHP (the Smarts), Javascript (the other nitty gritty stuff), CSS(the styling) and something to run the Backend (in your case you want to use java) Start with your preferred Programming language and then do HTML, Javascript, CSS and then PHP. You also have to put in some research in where you are going to host it (on a dedicated host or your own PC at home), which webserver are you going to run (I Prefer WAMP) and which operating system are you going to use. Its a Long term goal but you will be able to achieve it.
10th Apr 2017, 10:48 PM
Jean-louis du Plessis
Jean-louis du Plessis - avatar
+ 2
Thank u.
19th Apr 2017, 11:26 AM
ThisIsRoot
ThisIsRoot - avatar