Hacker News new | ask | show | jobs
by zgk7iqea 1148 days ago
Maybe here:

https://github.com/sumeetchhetri/ffead-cpp/wiki/Hello-World

1 comments

REST API example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/t...

Template example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/m... & https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

Dynamic C++ page example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

Action based view example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d... & https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

XML driven configuration example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

Annotation (#pragma) driven example - https://github.com/sumeetchhetri/ffead-cpp/tree/master/web/m...

ORM example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

Caching example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

Script execution example - https://github.com/sumeetchhetri/ffead-cpp/tree/master/web/d...

Programming language integration examples - https://github.com/sumeetchhetri/ffead-cpp/tree/master/lang-...

OS Build scripts - https://github.com/sumeetchhetri/ffead-cpp/tree/master/docke...

Cross compiling (android, mingw54, dockcross) - https://github.com/sumeetchhetri/ffead-cpp/tree/master/docke...

ffead-cpp modules - https://github.com/sumeetchhetri/ffead-cpp/tree/master/src/m...

ThreadPool - https://github.com/sumeetchhetri/ffead-cpp/tree/master/src/m...

Backend Server integration - https://github.com/sumeetchhetri/ffead-cpp/tree/master/src/s...

Server modules (apache/nginx/openlitespeed*) - https://github.com/sumeetchhetri/ffead-cpp/tree/master/modul...

Websocket example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

Wefilter example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

Webcontroller example - https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/d...

Cron Jobs module - https://github.com/sumeetchhetri/ffead-cpp/tree/master/src/m...

SOLR-Zookeeper/Elasticsearch (Search module) - https://github.com/sumeetchhetri/ffead-cpp/tree/master/src/m...

Toy/Useless interpreter - https://github.com/sumeetchhetri/ffead-cpp/tree/master/src/m...

Solaris/BSD vagrant builds - https://github.com/sumeetchhetri/ffead-cpp/tree/master/vagra...

A Dumb code autogenerator - https://github.com/sumeetchhetri/ffead-cpp/blob/master/ffead...

All github workflows for build validations - https://github.com/sumeetchhetri/ffead-cpp/tree/master/.gith...

You should put these links directly in the first page of the README. But preferrably in a tutorial format:

Step 1: Code

Step 2: Compile and run