NanoHTTPD

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
NanoHttpd
Original authorselonen, ritchieGithub, LordFokas, psh
Initial releaseSeptember 15, 2003; 22 years ago (2003-09-15)
Stable release
2.3.1 / August 12, 2016; 9 years ago (2016-08-12)
Preview release
3.0.0 / December 13, 2016; 9 years ago (2016-12-13)
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Written inJava
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    Operating systemCross-platform
    Available inEnglish
    TypeWeb server
    LicenseModified BSD

    NanoHttpd is an open-source, small-footprint web server that is suitable for embedding in applications, written in the Java programming language. It can be used as a library component in developing other software (such as measurement,[1] science,[2] and database[3] applications) or as a standalone ad-hoc style HTTP daemon for serving files.

    NanoHttpd is available in two "flavors" - one utilizing up-to-date Java features and one strictly conforming to Java 1.1. Due to independence from Java features beyond JDK 1.1, NanoHttpd is suited for embedded application development. NanoHttpd has been used to build, for example, Android software.[4]

    The original version, released in 2003, only included simple HTTP 1.0 features, but the software has since been extended to support some more advanced techniques such as HTTP 'keep-alive' connections, full REST style HTTP Methods, HTML5 video streaming or HTTP uploading through multipart extensions.[5] Current version includes WebSocket and experimental HTTPS support.

    See also

    [edit | edit source]

    Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

    References

    [edit | edit source]
    1. ^ Cmuk, Mutapcic, Borsic. "Mobile Measurement Support for Remote Laboratories and E-learning Systems", 16th IMEKO TC4 Symposium
    2. ^ Stehle, Edward et al. "On the use of Computational Geometry to Detect Software Faults at Runtime"[permanent dead link], 7th IEEE International Conference on Autonomic Computing
    3. ^ VoltDB version repository[permanent dead link], retrieved 2011-11-13
    4. ^ Linder, Douglas. Local HTTPD project, retrieved 2011-11-13
    5. ^ Togias, Konstantinos. "KtoHTTPD: Adding multipart/form-data support to NanoHTTPD embedable java web server" Archived 2011-12-01 at the Wayback Machine, retrieved 2011-11-13
    [edit | edit source]
    • Lua error in Module:Official_website at line 94: attempt to index field 'wikibase' (a nil value).