English

Creating A Model HTTP Server Program Using java

Other Computer Science 2010-03-09 v1

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.

Cite

@article{arxiv.1003.1497,
  title  = {Creating A Model HTTP Server Program Using java},
  author = {Bala Dhandayuthapani Veerasamy},
  journal= {arXiv preprint arXiv:1003.1497},
  year   = {2010}
}

Comments

Pages IEEE format, International Journal of Computer Science and Information Security, IJCSIS, Vol. 7 No. 2, February 2010, USA. ISSN 1947 5500, http://sites.google.com/site/ijcsis/

R2 v1 2026-06-21T14:54:46.597Z