Skip to content

iamprem/HTTPclient-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Description

This is a simple java Socket program for a HTTP Client and Server

The HTTP server uses a custom port (eg. 8080) to serve a client, When a client request to connect with the server, the server then accept the client's connection and wait for the HTTP Request header

I've targeted only GET and PUT requests in client, So this program can able to GET a html response or PUT a html content to or from the server respectively.

This HTTP server is multi-threaded so it will process many clients request simultaneously. (Not tested yet! But i beleive so.)

##Contents

  1. HTTP Server
  2. HTTP Client

##References

About

A simple HTTP Server-Client program in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published