27 projects tagged "BSD Revised"
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms. It supports the minimum requirements of the HTTP/1.1 protocol and virtual hosts, basic authentication (which can be used to protect either files or directories), directory listing, byte ranges, reverse proxy, and FastCGI. It is an event-driven server that runs as a single process with a single thread using non-blocking I/O. It uses epoll as the event notification mechanism to multiplex control between active connections.
Factor is a dynamically-typed stack-based programming language. Factor runs on various OSes and CPU architectures, and provides an optimizing compiler, interactive development environment, powerful collections, higher order programming, continuations, and a growing library of contributed code.
JSEXT is a JavaScript framework for server scripts, Web servers, and Web clients. It is based on Mozilla's interpreter and seamlessly integrates C libraries with JavaScript code. It provides support for FastCGI, MySQL, SQLite, FTP, SMTP, HTTP, and more. Code can be run on the server, in a Web browser, or both, in which case JSEXT automatically passes arguments and return values between server and client with JSON encoding. It also supports WSDL import/export for server-to-server applications.
Kahua is a continuation passing style (CPS) application framework and server. It is written using the Gauche implementation of Scheme. It has the advantage that you can use "continuations" easily, so you can solve the typical Web application's problem of process disconnection. It allows you to program declaratively by using S-expressions as a fundamental data type, you can use Kahua's Object Database to persist data, and you can modify the function being run, supporting incremental development.
Kannel is a WAP gateway. It attempts to provide this essential part of the WAP infrastructure freely to everyone so the market potential for WAP services, both from wireless operators and specialized service providers, will be realized as efficiently as possible. It also works as an SMS gateway for GSM networks. Almost all GSM phones can use it to send and receive SMS messages, so this is a way to serve many more clients than just those using a WAP phone. Kannel was among the first WAP gateways to be certified as WAP 1.1 compliant.