Ask HN: Web application in C++, where to start?
I am an idea for a CRUD application that I would like to develop in c++. The language choice is mostly driven by the fact that it's the language I am the most familiar with , and the deployment story is usually easier . Looking around , I can't really see any web framework with battery included a la django/flask/rails/laravel etc...
Anybody using C++ for the web ? What's the typical C++ web app structure like ?
Right now i am thinking of using an async http library on the backend (proxygen or boost.asio) + postgres and manual ORM; And on the client side i am leaning toward using a pure client side solution (like react) and limiting the server to a pure API server with no html/view and mostly json data. Any comment is appreciated
4 comments
[ 2.7 ms ] story [ 20.6 ms ] threadhttps://learnbchs.org
It's good because OpenBSD has https://man.openbsd.org/pledge, which makes web programming in C safer