Multithreaded Web Server made in java
Serve html file to browser
- Compile Server
- Run Server
- By default it runs on PORT 3000, you can put PORT number at args[0] to run at that port
- If you have a html file and folder of same name then server will show html file if URL didn't mention anything after folder name (not even "/")
- If you URL have "/" at end then it'll look into that folder for index.html file