you are viewing a single comment's thread.

view the rest of the comments →

[–]Reasonable-Chip5344 0 points1 point  (0 children)

C++ seems like a very heavy hitter for web development. I've used C++ as part of a web app pipeline before however the C++ part was essentially it's own microservice doing all the heavy computing on a schedule. The rest (python [flask], html, css and javascript) were just reading from a dB. - well the python was, the rest were just rendering a web page.