静态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第三方库


热门话题
JavaSpringMVC控制器测试打印结果JSON字符串   若catch语句返回,那个么为什么它最终会阻塞呢?   java Grails中servletContext在哪里可用?   java Jhipster:如何为现有项目启用多种语言   java异常评估SpringEL表达式:“#fields.hasErrors('something')”   java如何验证SeleniumWebDriver中的文本颜色?   java在绘图时使用JPanel坐标   java如何初始化spring启动到project?   java如何通过JDBC的PreparedStatement将UUID数组插入HyperSQL数据库   java修改JVM以跨线程序列化文件访问   Javascript到Java正则表达式   使用Java运行时调用aspell程序时出现字符集问题。getRuntime()。执行官   执行RDP时的java Sukuli按钮识别   java如何使用okhttp更改connect请求的标头   java无法创建Maven Eclipse项目