Creating A Model HTTP Server Program Using java
Bala Dhandayuthapani Veerasamy

TL;DR
This paper details the development of a basic HTTP server program in Java that supports serving HTML and JavaScript content, illustrating fundamental web server functionalities.
Contribution
It introduces a simple Java-based HTTP server implementation supporting static HTML and JavaScript, demonstrating core web server operations.
Findings
Successfully served static HTML and JavaScript files
Demonstrated basic HTTP request handling in Java
Provided a foundation for further web server development
Abstract
HTTP Server is a computer programs that serves webpage content to clients. A webpage is a document or resource of information that is suitable for the World Wide Web and can be accessed through a web browser and displayed on a computer screen. This information is usually in HTML format, and may provide navigation to other webpage's via hypertext links. WebPages may be retrieved from a local computer or from a remote HTTP Server. WebPages are requested and served from HTTP Servers using Hypertext Transfer Protocol (HTTP). WebPages may consist of files of static or dynamic text stored within the HTTP Server's file system. Client-side scripting can make WebPages more responsive to user input once in the client browser. This paper encompasses the creation of HTTP server program using java language, which is basically supporting for HTML and JavaScript.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMobile and Web Applications · Distributed and Parallel Computing Systems · Web Data Mining and Analysis
