Can we develop a completely working website using only Html,css and c++ , if yes please let me know
I just wanted to know if its possible , also my questions is in what areas can we use c++ as a backend programming language instead of java , can c++ be used for frontend?
2
Answers
Creating a fully functional website using HTML, CSS, and C++ is possible, but not common. While C++ can be used for backend development, it’s more prevalent in areas requiring high performance, like gaming servers or complex algorithms. For frontend, HTML, CSS, and JavaScript are standard; In backend, C++ can replace Java for performance-critical tasks, such as systems programming or resource-intensive applications. Hope this clarifies!
Wt (webtoolkit) is the only thing I’ve seen (so far) that builds a web-UI with C++. May be alternative solutions, but I’ve been wanting to play around with this library for some time. You’ll need a reverse-proxy layer like nginx to communicate via FastCGI to wt, or ISAPI for IIS.
Example: