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