静态web应用程序的框架。

Firmant的Python项目详细描述


firmant是一个开发静态web应用程序的框架。

今天的web开发主要集中在开发动态应用程序 为每个视图重新生成页面。Firmant采取了不同的方法 允许发布可由大多数http服务器提供服务的静态内容。

这种方法的一些好处包括:

  • Build locally, deploy anywhere. Many notable server distributions (including CentOS 5, and Debian Lenny) still ship old (pre-2.6) versions of Python. With Firmant, this is not an issue as static output may be published anywhere independent of the system where it was built.
  • Quicker page load times. Search engines and viewers expect near-instant page load times and static content can meet these expectations. Dynamic content can as well; however, it often requires more than simple hardware to do so.
  • Offline publishing capability. Previewing changes to a website does not require Internet access, as the changes are all made locally. Changes do not need to be pushed to a remote server.
  • Store content in revision control. This is not strictly a feature granted by generating static pages. Firmant is designed to make storing all content in a repository a trivial task – something that web application frameworks that are powered by relational databases do not consider.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何动态地为注释提供值?   活动上的java活动结果,并从片段返回   java按泛型元素对对象数组列表进行排序   java下拉菜单不显示(intellij gui编辑器)   在Android studio中使用截取从mysql服务器请求数据   java如何在安卓的另一个类中调用具有视图类型参数的函数   java Android应用程序切换活动   GridLayout的java透明背景   java在两点之间对角遍历2D数组   java Docker类。forName找不到类   HTML格式的javajarapplet   java为子实体生成的更新sql在Onetomany关系中不正确   java处理编码/解码输入   java Intellij 2019重新编译整类问题   使用nimbus的java自定义JButton   java将字符串转换为可读的SimpleDataFormat   java如何将字符串时间戳解析为LocalDateTime