Skip to content

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.

License

Notifications You must be signed in to change notification settings

Am-Coder/HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published