HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sumeetchhetri

no profile record

Submissions

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

github.com
1 points·by sumeetchhetri·hace 3 años·0 comments

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

github.com
29 points·by sumeetchhetri·hace 3 años·17 comments

comments

sumeetchhetri
·hace 3 años·discuss
Updated Readme as suggested on the project page, thanks again https://github.com/sumeetchhetri/ffead-cpp/blob/master/READM...
sumeetchhetri
·hace 3 años·discuss
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
·hace 3 años·discuss
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
·hace 3 años·discuss
Performance, executable size, control and unexpected fun !!
sumeetchhetri
·hace 3 años·discuss
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.