Are there any web frameworks for compiled languages like C++? -


On our embedded device, we currently use PHP for our web interface, and unfortunately it is quite slow. We are experimenting with Python, but it seems (at least on FTP-less ARM architecture) is slow in PHP.

So we are thinking of implementing the web interface in some compiled language such as C ++, but what we've found so far is the one that looks more like a desktop than a web framework. And this documentation is complex for beginners.

So my question is: Are you aware of any good web frameworks for C / C ++? I would be very happy to be like C + + Django, but I suspect something like this exists: -)

If I were you, then I will try. I do not think you will get another solution as it would be more complete and easy to use as a Wt with similar performance. The mailing list is active, and there are regular posts of people using it on embedded devices, mentioning some numbers for embedded deployment and performance at the project's wiki (ARM).


Comments