RSS 590 projects tagged "HTTP Servers"

No download No website Updated 19 Jun 2013 NanoHttpd

Screenshot
Pop 44.65
Vit 6.11

NanoHttpd is a lightweight HTTP server designed for embedding in other applications. It's only one Java file, in two "flavors", one strictly Java 1.1 compatible, and one at "current" standards. It supports GET, POST, PUT, HEAD and DELETE requests, and supports file uploading with very small memory overhead. Temp file usage and the threading model are easily customized.

Download Website Updated 06 Jun 2013 Monkey HTTP Daemon

Screenshot
Pop 545.70
Vit 162.24

Monkey HTTP Daemon is a very fast and lightweight Web server for Linux. It uses a hybrid networking model based on asynchronous calls (event-driven) and fixed threads, which makes it scalable and capable of attending thousands of clients per second. It provides a powerful API for C and is ideal for embedded devices, thanks to its small core and plugin architecture.

Download Website Updated 01 Jun 2013 F*EX

Screenshot
Pop 328.41
Vit 37.66

F*EX (Frams' Fast File EXchange) is a Web based service for sending very big files from one person to another. The sender uploads the file to the F*EX server and the recipient automatically gets a notification email with a download URL. Files are automatically deleted after download or an expiration date. The recipient and sender only need an email program and a Web browser. Sending to multiple recipients needs storage on the server only once. In contrast with other file transfer services, it has no file size limits at all and comes with shell tools for scripting up/downloading.

Download Website Updated 31 May 2013 dlib C++ Library

Screenshot
Pop 473.76
Vit 94.30

dlib is a C++ library for developing portable applications dealing with networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks.

No download Website Updated 26 May 2013 koudevoeten

Screenshot
Pop 35.83
Vit 4.85

Koudevoeten is a small application which streams (using MJPEG streams) the video stream of any video4Linux device via its built-in webserver. MJPEG streams can be viewed with most Web browsers.

No download Website Updated 09 May 2013 httping

Screenshot
Pop 1,126.45
Vit 60.47

httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show how long it takes to connect, send a request, and retrieve the reply (only the headers). It can be used for monitoring or statistical purposes (measuring latency).

Download Website Updated 09 May 2013 ashd

Screenshot
Pop 140.04
Vit 16.92

Ashd is an HTTP server that follows standard Unix philosophy for modularity. Instead of being a monolithic program with loadable modules, as most other HTTP servers seem to be, Ashd is simply a collection of much simpler programs, passing HTTP requests to each other using a simple protocol. The model also allows such handler programs to persist properly, so that, for example, session data can be kept in memory, connections to back-end services can be kept open, and so on.

Download Website Updated 06 May 2013 GNU libmicrohttpd

Screenshot
Pop 693.12
Vit 49.12

GNU libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. SSL/TLS support is available as an option.

Download Website Updated 29 Apr 2013 darkhttpd

Screenshot
Pop 143.46
Vit 21.94

darkhttpd is a secure, lightweight, fast, single-threaded HTTP/1.1 server for static content.

No download Website Updated 28 Apr 2013 mod-xslt

Screenshot
Pop 155.68
Vit 6.82

mod-xslt is an Apache module which converts XML files into HTML files using XSLT stylesheets. It is able to parse dynamically-generated documents, both in POST and GET requests, includes a fully-featured language to choose the stylesheet to load from both configuration files and other .xml files, and provides extensions so stylesheets can access headers or get variables. It also supports redirects and dynamically-generated stylesheets.

Screenshot

Project Spotlight

TemplateFx

A dynamic templating tool.

Screenshot

Project Spotlight

avt

A collection of command line tools for aviation.