A web application server that is both free and open source.
The extension API of SkunkWeb is relatively simple, making it easy to handle authentication, URL building/parsing, and custom tags. It encourages component-based design, which means that it's more than just an "include" product. It's a powerful tool that offers a templating language and caching options to make your site run as smoothly as possible.
One of the standout features of SkunkWeb is its message catalogs, which make multi-lingual sites much easier to manage. It also supports variable substitution in messages.
SkunkWeb is incredibly fast thanks to its use of compiled Python bytecode and extensive caching options. The cache can be shared between machines if using a shared filesystem, giving you the flexibility and redundancy you need for your website. Plus, components can be rendered after the response is sent if a slightly stale version is available, resulting in even better response times.
It's important to note that SkunkWeb is licensed and distributed under the terms of the BSD License and GNU General Public License (GPL). Overall, SkunkWeb is an excellent option for anyone looking for a powerful, extensible, and well-designed web application server.
Version 3.4.4: N/A