artanis
Web application framework written in Guile
GNU Artanis is a web application framework written in Guile Scheme. A web application framework (WAF) is a software framework that is designed to support the development of dynamic websites, web applications, web services and web resources. The framework aims to alleviate the overhead associated with common activities performed in web development. Artanis provides several tools for web development: database access, templating frameworks, session management, URL-remapping for RESTful, page caching, and more.
- Versions: 1.2.2
- Website: https://www.gnu.org/software/artanis/
- Licenses: GPL 3+ · LGPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of artanis
as follows:
guix install artanis
Or install a particular version:
guix install artanis@1.2.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of artanis about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/artanis'><img src='https://packages.guix.gnu.org/packages/artanis/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/artanis)
Example Org:
[[https://packages.guix.gnu.org/packages/artanis][https://packages.guix.gnu.org/packages/artanis/badges/latest-version.svg]]