Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.9 KB

File metadata and controls

44 lines (31 loc) · 1.9 KB

JavaHttpServer

A simple Java HTTPServer with ServerSocket and the Socket classes.

Getting Started

Clone this repo to your local machine How To Guide

Prerequisites

  • Basic Knowledge of JAVA. Great tutorial on Javatpoint.
  • Java JDK 8 at least installed on Local machine. Oracle Doc for Mac & Windows.
  • An IDE installed in local machine. Check out intelliJ IDEA.

Installing

JavaHttpServer requires Java JDK 8+ to run. Setup development environment with desired IDE. Google step by step for desired IDE.

After cloning the repo to local machine, IntelliJ IDEA guide for cloning directly from IDE.

Running the tests

After setting up development environment.

You should comprehensive outputs in the terminal....

  • Access pages by using http://localhost:8080/404 and all respectively. If page not available it redirects to the 404.html page.

Built With

Contributing

If you have a new feature idea, do well to create a PR.

Versioning

Only one version of this software at this time.

Authors

  • Divine Odazie

License

No license.