Skip to content

๐Ÿ‘พ Learning project for Java. I will create a simple HTTP Server in Java. ๐Ÿ’ป

Notifications You must be signed in to change notification settings

kartikeytripathi/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 

Repository files navigation

http-server

Java has a very good networking support, it allows you to write client server application by using TCP Sockets. In this learning project, I will create a simple HTTP Server in Java, which can listen HTTP request on a port let's say 80 and can send response to client. Being an HTTP Server, you can connect to it using your browser e.g. Chrome, Firefox or Internet Explorer.

About

๐Ÿ‘พ Learning project for Java. I will create a simple HTTP Server in Java. ๐Ÿ’ป

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages