HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sumeetchhetri

no profile record

投稿

Show HN: A simple shell based build tool for C/C++

github.com
1 ポイント·投稿者 sumeetchhetri·3 年前·0 コメント

Show HN: A C++ web/application framework I have been building for the last 12yrs

github.com
29 ポイント·投稿者 sumeetchhetri·3 年前·17 コメント

コメント

sumeetchhetri
·3 年前·議論
Updated Readme as suggested on the project page, thanks again https://github.com/sumeetchhetri/ffead-cpp/blob/master/READM...
sumeetchhetri
·3 年前·議論
My main intention was always to learn new things about C++ and hence I always tried to choose the path of maximum resistance and hence tried to work on lower level concepts with my limited abilities. So there is select, poll, dev/poll, event ports, kqueue, epoll, io_uring and i/o completeion ports, on various operating systems that you can use to build something to send/receive bits in/out of the wire. So this was more of a learning and building exercise rather than going with the best option available out there.
sumeetchhetri
·3 年前·議論
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...
sumeetchhetri
·3 年前·議論
Performance, executable size, control and unexpected fun !!
sumeetchhetri
·3 年前·議論
I really am not that great at documentation, you can find the various example applications https://github.com/sumeetchhetri/ffead-cpp/tree/master/web, for a comprehensive REST API example, you can see https://github.com/sumeetchhetri/ffead-cpp/blob/master/web/t...

Agreed documentation is really poor, but I have really enjoyed building the framework and have never really been focusing on the docs, point taken, thanks.