zoukankan      html  css  js  c++  java
  • C++ Web 开发框架 (CppCMS)

    看到一个C++的web开发框架: CppCMS
    http://cppcms.com/wikipp/en/page/main
    以下从它主页上摘录的:

    CppCMS — High Performance C++ Web Framework

    What is CppCMS? CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed for Rapid Web Application Development. It differs from most of other web development frameworks like: Python Django, Java Servlets in following:
    1. It is designed and tuned to handle extremely high loads.
    2. It uses modern C++ as primary development language in order to achieve first goal.
    3. It is aimed on development of Web Sites rather then "GUI Like" web applications.
    It is available under open source LGPLv3 license and alternative Commercial License for users who needs an alternative license for proprietary software development. -------------------------------------------- Stack Overflow上有个比较的帖子,上面有该框架作者的介绍,算是一个软文吧:
    http://stackoverflow.com/questions/1164982/cppcms-vs-c-server-pages-vs-wt
    楼主: I know Wt is the most stable of them, but it's a bit uncomfortable to use. CppCMS sounds good but how stable is it? How secure is it? I have encountered C++ Server Pages as well but there's nothing about their security in there. Has anyone had some experience with any of those libraries and can enlight me? 回复:
    First of all, several differences:
    1. Wt is GUI like framework, it is quite far from traditional web development. So, if you want to develop a code as if it was GUI it is for you.
    2. CppCMS is traditional MVC framework optimized for performance, it has many features like template engines, forms processing, i18n support, sessions, efficient caching and so on, support of various web server APIs: FastCGI, SCGI and CGI. If you come for Django world, you would find yourself at home.
    3. I'm less familiar with the third project, but it feels more like PHP -- you put the C++ code inside templates and has no clear separation of View and Controller.
    Stability, I can tell only about CppCMS, it is stable, and there are applications running it 7/24, the authors blog and the Wiki with documentation of CppCMS are written in CppCMS. So, there shouldn't be major critical bugs. Disclosure: I'm developer of CppCMS. -------------------------------------------- 还有一篇介绍文章:
    http://www.baryudin.com/articles/software/c-plus-plus-web-development-framework.html
    --------------------------------------------

    这个项目好像还有一个子项目:CppDB

    http://cppcms.com/sql/cppdb/
       
     
  • 相关阅读:
    国外程序猿整理的机器学习资源大全
    一个改动配置文件的linux shell script
    python高精度浮点型计算的诡异错误
    错误:'dict' object is not callable
    AssertionError while merging cells with xlwt (Python)
    Python => ValueError: unsupported format character 'Y' (0x59)
    [转]Python的3种格式化字符串方法
    python requirements使用方法
    conda虚拟环境实践
    迭代器中next()的用法
  • 原文地址:https://www.cnblogs.com/ohscar/p/3109600.html
Copyright © 2011-2022 走看看