Skip to content

rubensgomes/httpserver-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Justification for this project

NOTE: This code is not fully tested, and should be considered under development code. The source code that is provided are mainly used for demonostrations and learning purposes only.

The httpserver is simple implementation of an HTTP server. I wrote this project as a fun learning exercise.

This is a work in progress !

Installation

  • Download and install Apache Maven from:
    https://maven.apache.org/
  • Clone the project from my GitHub:
    https://github.com/rubensgomes/httpserver.git

Build, Test and Deploy

  • To set up an eclipse project:
    mvn -U eclipse:eclipse
  • To run a java build:
    mvn -U install
  • To run tests:
    mvn test
  • To deploy build:
    mvn deploy

About

A very basic HTTP server implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages