Skip to content

Open Source Projects and Contributions

MUHAMMAD ADIL RAZA edited this page Jan 19, 2020 · 1 revision

[Beginner] [Java] Create a simple HTTP server in Java An HTTP server serves data to clients using the HTTP protocol. It is also known as a web server. Create a simple HTTP server in Java using socket and render a sample text on the browser. Refer this for the basics of HTTP server and related stuff, don't follow the code, feel free to follow the theory here: https://medium.com/from-the-scratch/http-server-what-do-you-need-to-know-to-build-a-simple-http-server-from-scratch-d1ef8945e4fa

Submission Requirements:

The intended output is the link to a Github gist showing the Java program, along with the instructions to run the program added in the comments at the top of the gist. https://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html TASK TAGS java socket http-server

Clone this wiki locally