87 projects tagged "Server"
SafiServer is an engine that powers the applications called Saflets that control one or more Asterisk PBXs. These can be used for IVR applications such as information, account management, nearest dealer routing, and more. It also acts as an application repository for multi-developer environments.
BitNami Tomcat Stack Native Installer is an easy-to-install environment to develop and deploy Java applications. It includes pre-configured, ready-to-run versions of Apache, Tomcat, MySQL, and Java. Users can get the environment up and running in minutes after answering a few questions.
Node is similar in design to and influenced by systems like Ruby's Event Machine or Python's Twisted. Node takes the event model a bit further: it presents the event loop as a language construct instead of as a library. In other systems, there is always a blocking call to start the event loop. Typically, one defines behavior through callbacks at the beginning of a script, and at the end starts a server through a blocking call like EventMachine::run(). In Node, there is no such start-the-event-loop call. Node simply enters the event loop after executing the input script. Node exits the event loop when there are no more callbacks to perform. This behavior is like browser Javascript: the event loop is hidden from the user.
GNU dico is a flexible dictionary server with a set of accompanying utilities. It supports a wide variety of dictionary database formats, ranging from the traditional "dict.org" databases up to Wikipedia format. Support for arbitrary new formats can be easily added using loadable modules. The dico library provides an API for writing new modules in C, Guile, or Python.
PDF Automation Server (PAS) can receive PDF documents from multiple sources concurrently, including email, FTP servers, and local or network folders. Processes can then be defined independently for each document source to perform a number of different functions on the documents. Finally, PAS can route the original or modified document to multiple destinations, including folders, printers, email, and FTP servers. PAS supports the following PDF processing functions: printing, setting security, conversion to images, merging, flattening, and extraction of form field data, importing, exporting, and flattening of annotations, text extraction, assembling, splitting, merging, digital signatures, and stamping.
Open-Xchange Virtual Appliance is a virtual appliance/machine that includes a full installation of the popular email collaboration software Open-Xchange. In addition to Open-Xchange, it includes Dovecot, since Open-Xchange is not bundled with any IMAP or POP3 server. It also includes Joe (a simple text editor) and VMware Tools. The appliance was installed using Open-Xchange official guidelines.
The p2pd package can be used to build scalable content distribution networks (CDNs) for interactive video-on-demand (VoD) streaming. It can be used as a server, a cache, and a client, and used to construct both traditional CDNs and P2P-based CDNs that make use of client resources to stream video files. The system is network aware, attempts to make efficient use of the available resources, and adapts to server failures.