Skip to content

niranjanghule/tiny-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tiny-web-server

A basic web server implementation using Java.

What is this project?

I watched Robert C. Martin's episode on creating your own web server. We can simply spin up our own web server, rather than spending time on configuring a web server whose many features are not used. This server can be modified as per our need though its not very powerful.

What I learnt from this project?

  • Socket programming
  • Handling threading issues
  • Test driven development
  • Basic HTTP request and response structure
  • Web browsers handling of HTTP request.

About

A basic web server implemented using Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages