RSS 374 projects tagged "HTTP Servers"

Download Website Updated 06 Jun 2013 Monkey HTTP Daemon

Screenshot
Pop 544.92
Vit 168.72

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.

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 29 Apr 2013 darkhttpd

Screenshot
Pop 142.79
Vit 22.37

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 154.36
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.

Download Website Updated 23 Apr 2013 Embedthis Appweb

Screenshot
Pop 767.29
Vit 62.23

Embedthis Appweb is a fast, little embedded Web server. It is unmatched in efficiency and serves pages at native speed, using an event-driven, non-blocking core to serve multiple requests using minimal resources. It has integrated caching and the Embedded Server Pages C-Language Web framework. Without compromising performance, it has extensive security controls and a rigorous security sandbox that helps protect the server and mitigate denial-of-service attacks. It is one of the most widely deployed embedded Web servers and is used in networking equipment, telephony, mobile devices, industrial control, and consumer and office equipment, and in high-performance Web services.

Download Website Updated 22 Apr 2013 Tntnet

Screenshot
Pop 298.13
Vit 52.95

Tntnet is a Web application server for generating Web applications in C++. HTML pages with some additional tags for inclusion of C++ code are compiled into shared libraries and served from tntnet. It resembles PHP, JSP, or Mason, but the programming language used is C++, and the pages are compiled into native code before serving. Tntnet is fully multithreaded and supports HTTP keep-alive for best performance. Its dynamic pages are faster than static pages with other Web servers, while creating Web applications is simple.

Download Website Updated 18 Apr 2013 phpSecurePages

Screenshot
Pop 536.99
Vit 40.92

phpSecurePages is a PHP module to secure pages with a login name and password. It can handle multiple user groups (each with their own viewing rights), store data in a MySQL database or a configuration file, and be used to identify your Web site viewers. It also has multiple language support and optional IP-based access restrictions.

Download Website Updated 15 Apr 2013 Hiawatha

Screenshot
Pop 494.00
Vit 49.54

Hiawatha is a secure and advanced Web server for Unix. It has been written with security as its main goal. It features advanced access control, prevention of SQL injection and cross-site scripting, banning of clients who try such exploits, the ability to run CGIs under any UID/GID you want, and many other features. These features make Hiawatha an interesting Web server for those who need more security than what the other available Web servers are offering. Hiawatha is also fast and easy to configure.

Download Website Updated 13 Apr 2013 Polipo

Screenshot
Pop 224.57
Vit 10.52

Polipo is a lightweight caching Web proxy that was designed as a personal cache. It is able to cache incomplete objects and will complete them using range requests. It will use HTTP/1.1 pipelining if supported by the remote server.

Download No website Updated 11 Apr 2013 YaCy

Screenshot
Pop 425.83
Vit 44.29

YaCy is a search engine that anyone can use to index the Internet (WWW and FTP) or to create a search portal for others (Internet or intranet). The scale of YaCy is limited only by the number of users. and can index billions of web pages. In P2P mode it is fully decentralized. All users of the search engine network are equal and it is not possible for anyone to censor the content of the distributed index.

Screenshot

Project Spotlight

Stabie Rand Editor

A reimplementation of the RAND text editor.

Screenshot

Project Spotlight

finit

A fast plugin-based /sbin/init with service monitoring.