96 projects tagged "HTTP Servers"
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.
Kangee is a personal on-demand fileserver that makes it possible to send files to your friends. Dragging a file into the Kangee window will generate a link, which can be sent to your friend, who may open it in a Web browser and download the file. It also supports an "Add Upload" feature, which generates a link that lets your friends send files to you. It uses UPnP, STUN, and a connection test Web service to set up incoming connections, and can generate QR codes from the links to uploads and downloads.
iPfaces is a framework for simple creation of native, form-oriented network applications for mobile devices. The aim of the solution is to screen the programmer completely out from the mobile platform itself, and transfer the entire application logic to the central application server level. Developers with experience with one of the supported Web technologies (ASP.Net, Java, and PHP) may start working with iPFaces virtually immediately.
Gefest Web Home Server is a simple Web server with a graphical user interface. It can be used without special knowledge. Any user can install and share folders on the Internet or a local network. The server allows you to watch video directly from another PC. Password protection is supported. The server allows you to review all user activity through the server log and activity log.
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.