Skip to content

building a http server in Java to help learn more about sockets, networking and web protocols.

Notifications You must be signed in to change notification settings

ephieo/http_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Server

Building a http sever in Java to learn more about Java, sockets and software delivery.

How to run app

  • Clone the repo

* If running in vs code :

  • run ./gradlew build to build the gradle project.
  • Then run ./gradlew run to run the project.
  • If running in intellij :
  • Open up the gradle project window and execute the build task.
  • You can also just click the build button.
  • To run the actual project once built run the application task or enter ./gradlew run in the terminal.

How to run tests

  • run ./gradlew test in terminal and tests should run.

Overview

Building a http server to introduce myself to networking fundamentals.

About

building a http server in Java to help learn more about sockets, networking and web protocols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages