Skip to content

curryc/WebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server

infomation

  • Developing environment: IDEA Community 2021
  • Tools: Jdk1.8
  • Architecture
    • The server is the main class
    • Any Servlet is implementing the Servlet interface to service a request
    • In the web folder, WebApp is a class to get configuration information that is configured in web.xml. Other classes in this folder are aimed at helping the WebApp class

How to use

Just enter the Server class and run the main method

About

a rudimentary HTTP server only using socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published