Skip to content

West-Tiwan/multithreadedWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Multithreaded Web Server

Multithreaded Web Server made in java

What can it do?

Serve html file to browser

How to run?

  1. Compile Server
  2. Run Server

Important

  1. By default it runs on PORT 3000, you can put PORT number at args[0] to run at that port
  2. 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 "/")
  3. If you URL have "/" at end then it'll look into that folder for index.html file

About

Multithreaded Web Server made in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors