96 projects tagged "HTTP Servers"
eSoap is a SOAP toolkit for C++. Server side programming of Web services can be done using mod_esoap (an Apache module that supports SOAP), Abyss (the native embedded HTTP server), and CGI. Client side programming implements one type of SOAP transport (HTTP) using two libraries (NanoHTTP/cURL). Examples of how to build Web services for Linux, Windows, and RTOS are provided.
web server administration platform in java is a set of client and server side programs used to administer web servers, whose core is written in Java. It is based on servlets for server side, and on everything who can communicate with servlets (C, Delphi, Perl, Java, Python, etc.) for client side. It is aimed at providing a means to administer Web servers easily on all platforms.
xmlizer configurator/server is a client/server approach for custom database to XML mapping. The configurator is used to set up projects and the server delivers the processed requests on demand (like a Web server) according to the mapping rules made with the configurator, which includes a drag and drop GUI. One module is for dumping databases (or parts of it) in a fixed format and the other module can build XML instances satisfying a specified XML Schema (or DTD).
Logiclic is a home automation solution. It has just a little kernel (Servlet in Java), and you can add a Manager to this kernel and access it via a Web browser. The manager can exchange services like Tini management, I2C driver, X10 Driver, Switcher Manager, Thermometer, LCD control, etc. With this modular part, you can make your own solution of home automation. It features a neuronal manager and a scripting manager. Documentation is in French.
Webtester is an application which is intended to be used in the testing and validation of Web-based applications. By reading an XML configuration file, the application is able to call URLs and use regular expressions to examine the results. Features include support for SSL, cookies, and variable assignment/substitution when sending and examining data.
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.
MultiLoad is a load balancer that redirects HTTP requests to pre-defined servers/locations. It gives the provider a way to balance the traffic and hides the real download location. It allows you to manage different version of each download. It is also a load balancing server extension. You can distribute files on some servers so that a downloaded file can be loaded form different servers. These servers can have different priorities to control the active traffic.
Sambuca is a Java HTTP server framework that allows developers to embed an HTTP server directly in their applications with custom HTTP request handlers, so that their application can directly process incoming HTTP requests and easily send back HTTP formatted responses to the requesting client. Applications can host standalone HTTP services such as Web Services without having to deploy and integrate with a full application server such as Tomcat, JBoss, or WebLogic.
RabbIt is a mutating, caching Web proxy used to speed up surfing over slow links like modems. It does this by removing advertising and background images and scaling down images to low quality JPEGs. RabbIT is written in Java and should be able to run on any platform. It does depend upon an image converter if image scaling is on. The recommended image converter is "convert" from the ImageMagick package.