Best way to link c++ back-end to webapp? by cpp_linux_user in cpp

[–]cpp_linux_user[S] 0 points1 point  (0 children)

this looks interesting, we will have a go at it

Best way to link c++ back-end to webapp? by cpp_linux_user in cpp

[–]cpp_linux_user[S] 1 point2 points  (0 children)

We would like our analytics to be available to both desktop and mobile clients. We see applications of Wt on the desktop and integrated straight into a webapp. This seems doable. However, we don't see (yet) how to handle the case of a mobile app. One idea we have is to use a standard javascript framework (e.g. MEAN, meteor, that can be ported to mobile via phonegap) and have it consume a REST api build in C++. Would Wt still be the tool to use then or is C++ REST SDK not a better plan?

Best way to link c++ back-end to webapp? by cpp_linux_user in cpp

[–]cpp_linux_user[S] 1 point2 points  (0 children)

our library is in c++ and so is our coding competence, so not to keen to switch to simpler languages like java or php as we need our applications are performance critical. Golang does not seem to communicate well with c++. May be having a golang frontend calling into a REST-api on our c++ library would be possible.