/Multi-Thread_HTTPServer

Primary LanguageCSSCreative Commons Zero v1.0 UniversalCC0-1.0

Miniproject

My Multithread-HTTP-Server using java. Here I create a Java Server using Java ServerSocket class and connect it with web browser.

Now ,Compile my Code Using Javac Command and use Java Command to run the server . After compile Run it : And You will get Simmilar Output: Image


Now go to Your Web Browser And Type https://localhost:8081 because our web server is running on 8081 port. So connect to it using browser. Image


After Typing Press Enter You will see Similar output. Image


Here you can see that Our Web Server can Host a website, a calculator, a Vedio player and a Login Authentication using get method. And the last option is under progress. Now Lets view the Website first.



Now here you Can see my website which is hosting on localhost in port no. 8081. Here is Index.html page

Image


Let see full Website.

Image



abc



7th



8th



9th



10th



11th



12th



13th



14th



15th



16th



17th



18th



19th



20th



21th



22th



23th



24thth



Now, let's see calculator.

25th



Now, Here is Login Page, First register user using Sumit24-prog name.

26th



Here is Register Page.

27th



28th



Now User is Created SuccesFully.

29th



Let's Login.

30th



SuccesFully Logined.

31th



32th



Let's See Vedio Player.

33thth



Here is the last feature that is search but it is under progress.

34th



Here is The Output when our web server start.

35th



This is the output of Web Server That is running on background.

36th