Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 399 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 399 Bytes

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.