ffead-cpp

Framework for Enterprise Application Development, c++ framework, c++ web framework, c++ application framework, c++ rest framework, c++ soap framework, c++ web sites,c++ web applications, c++ driven web development - c++

  • 所有者: sumeetchhetri/ffead-cpp
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

The ffead-cpp Framework

ffead-cpp is a web-framework, application framework, utilities all bundled into one.
It also provides an embedded HTTP/HTT2/Web-Socket compliant high-performance server core.
It is a collection of modules all geared towards performing individual roles which together form the cohesive back-bone of ffead-cpp.

It provides a very simple to use and maintain web-framework library with advanced features like Reflection, Dependency Injection (IOC),
Inbuilt REST/SOAP support, Security/Authentication features. Moreover implementation for interfacing to caching tools like
Memcached/Redis are provided in-built.
Database integration/ORM framework (SDORM) solves all major issues with respect to interfacing with SQL/No-SQL database alike.

Multi-level serialization or template level serialization is a high point of ffead-cpp core serialization run-time. Any C++ POCO class
can be marked as serializable and the run-time will take care of marshalling/un-marshalling the object to its intended serializable form
and back(JSON/XML/BINARY).

ffead-cpp can be easily driven by XML configuration, Services/Controllers/Filters/Interfaces/API(s) are all simple POCO classes without
any need for them to extend any classes.
The differentiating feature in ffead-cpp is the usage/implementation/support for markers (Annotations in java). Simple #pragma
directives can now be used to drive the entire configuration in ffead-cpp, so you can just forget XML configuration.

All in all ffead-cpp is the gap in the world of C++ web application or enterprise application development which I have tried to fill
with my humble/honest effort.

Starting version 3.0 ffead-cpp supports both autoconf and cmake for builds

Official ffead-cpp pre-built images can be found at dockerhub

Features

  • Advanced ORM - SDORM (sql/monogo)
  • Embedded Server, Apache/Nginx support (modules)
  • Web Socket Support
  • HTTP2.0 Support
  • Cache API (memcached/redis)
  • Improved Thread/ThreadPool API(s)
  • Marker based configuration (Java style annotations)
  • Improved autotools support
  • Reflection support
  • Serialization support
  • Date/Time Ultility functions
  • Better Logging support
  • Dependency Injection

Quickstart (Using cmake)

  • Install cmake >= 3.8.2 and prerequisites
  • cmake .
  • make install -j4 (Build ffead-cpp along-with the sample applications in web + generate ffead-cpp binary)
  • Sip some coffee
  • cd ffead-cpp-3.0-bin/ (Navigate to the ffead-cpp binary folder)
  • chmod +x *.sh
  • ./server.sh (Startup ffead-cpp Njoy!!)

Quickstart (Using autoconf)

  • Install prerequisites
  • ./autogen.sh (Setup configure for your platform)
  • ./configure (Setup makefiles)
  • Stretch a bit :-)
  • make install (Build ffead-cpp)
  • Sip some coffee
  • make build-apps (Build the sample applications in web + generate ffead-cpp binary)
  • cd ffead-cpp-3.0-bin/ (Navigate to the ffead-cpp binary folder)
  • chmod +x *.sh
  • ./server.sh (Startup ffead-cpp Njoy!!)

For further details checkout the wiki page

主要指標

概覽
名稱與所有者sumeetchhetri/ffead-cpp
主編程語言C++
編程語言Shell (語言數: 29)
平台
許可證
所有者活动
創建於2012-04-20 17:19:47
推送於2025-03-16 07:27:10
最后一次提交2025-03-16 12:56:12
發布數16
最新版本名稱6.0 (發布於 )
第一版名稱1.8 (發布於 )
用户参与
星數731
關注者數73
派生數149
提交數540
已啟用問題?
問題數17
打開的問題數2
拉請求數18
打開的拉請求數0
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?