Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 377 Bytes

File metadata and controls

13 lines (12 loc) · 377 Bytes

HTTP-Server

A minimal HTTP server vibe coded in java for fun having a home page and supporting GET and POST API requests along with simple file uploads.

Step 1: Compile

javac CustomHttpServer.java

Step 2: Start the Server

java CustomHttpServer

Step 3: Go to home page

Your instance is up now. In a browser just navigate to http://localhost:8080/