About

Metadata

  • Last updated , by SebastiaanVisser
  • License BSD-3-Clause
  • Categories Network Development, Web Development
  • Maintained by: sfvisser@cs.uu.nl

  • Lottery factor: 0

Links

Installation

Readme

This package contains six simple example programs that show how to use the Salvia web application framework. The first demo, salvia-demo, contains a bigger example showing off some of the more advanced features and handler running on the default Salvia server implementation. The second demo, salvia-cgi show how to switch the Salvia back-end and run a Salvia handler in CGI mode. The third example, salvia-serve, is a simple file server that uses the c10k-server back-end and the send-file package to server static files and directories. The other demos illustrate how to use some simple aspects of the web framework.