浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

qdjango - QDjango, a Qt-based C++ web framework - Google Project Hosting

QDjango is a web framework written in C++ and built on top of the Qt library. Where possible it tries to follow django's API, hence its name. It is released under the terms of the GNU Lesser General Public License, version 2.1 or later.

A simple yet powerful Object Relation Mapper (ORM)

QDjango's object relation mapper builds upon Qt's Meta-Object System, so if you are familiar with Qt, you should feel right at home. QDjango's features include:

You can learn more by reading the QDjango database API documentation.

An HTTP request / response framework

QDjango provides an HTTP request and response framework which allows you to build FastCGI applications or standalone web servers easily.

You can learn more by reading the QDjango HTTP API documentation.

Building QDjango

To build the project, run the following from your qdjango directory:

qmake
make
posted on 2012-12-28 00:04  lexus  阅读(136)  评论(0)    收藏  举报